BUG: client-logger.js uses the SendMessage method, but it is not defined in client-logger (This used to work because the SendMessage call for LogEvent and LogJSON were being made in index-client.js).
Quick refactor to move SendMessage out of index-client and into its own client-messager module. Also moved some state variables like URSYS_RUNNING to client-datacore
ursys/index-client still exports all the methods as required
In GitLab by @daveseah on Sep 19, 2022, 14:14
Merges dev-sri/client-logger -> dev-next
In response to: https://gitlab.com/stepsys/gem-step/gsgo/-/merge_requests/275#note_1105853943:
Quick refactor to move SendMessage out of index-client and into its own
client-messager
module. Also moved some state variables likeURSYS_RUNNING
toclient-datacore
ursys/index-client
still exports all the methods as required