You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For debugging purposes but also future features we want to save all the data going out through the websocket.
The plan right now is to spin up a MySQL Database and send the necessary data with each heartbeat to it.
The database will hold a table with following columns:
id: int
draft_id: datetime
timestamp: datetime
json_data: json
active_match: int
heartbeat: int
completed: boolean | default= false
The id and timestamp are automatically assigned by the database.
For debugging purposes but also future features we want to save all the data going out through the websocket.
The plan right now is to spin up a MySQL Database and send the necessary data with each heartbeat to it.
The database will hold a table with following columns:
The id and timestamp are automatically assigned by the database.
Necessary steps will be:
The text was updated successfully, but these errors were encountered: