Debugger: Add version event for future proofing.

Game isn't precisely right, but it's close enough.
This commit is contained in:
Unknown W. Brackets
2018-06-08 06:59:17 -07:00
parent 05c560b52d
commit b756d92139
3 changed files with 21 additions and 0 deletions
+4
View File
@@ -38,6 +38,10 @@
// - "message": A string describing what happened.
// - "level": Integer severity level. (1 = NOTICE, 2 = ERROR, 3 = WARN, 4 = INFO, 5 = DEBUG, 6 = VERBOSE)
// - "ticket": Optional, present if in response to an event with a "ticket" field, simply repeats that value.
//
// At start, please send a "version" event. See WebSocket/GameSubscriber.cpp for more details.
//
// For other events, look inside Core/Debugger/WebSocket/ for details on each event.
#include "Core/Debugger/WebSocket/GameBroadcaster.h"
#include "Core/Debugger/WebSocket/LogBroadcaster.h"