Files
services/streams
ben-toogood d746590fee Streams Fixes (#69)
* Add debugging to streams

* More logging

* Fix streams handler
2021-02-09 15:11:23 +00:00
..
2021-02-09 15:11:23 +00:00
2021-02-08 14:42:47 +00:00
2021-02-08 14:42:47 +00:00
2021-02-09 15:11:23 +00:00
2021-02-08 14:42:47 +00:00
2021-02-08 14:42:47 +00:00
2021-02-08 14:42:47 +00:00

Streams Service

The streams service provides an event stream, designed for sending messages from a server to mutliple clients connecting via Websockets. The Token RPC should be called to generate a token for each client, the clients should then subscribe using the Subscribe RPC.