Greg Heartsfield
|
8b4c43ae71
|
feat: add and remove subscriptions from client requests
A hashmap of active subscriptions is maintained for each client. REQ
and CLOSE commands will modify the subscription list.
|
2021-12-05 18:14:14 -06:00 |
|
Greg Heartsfield
|
e7d0ab1aca
|
feat: parse subscriptions from websockets
Parses subscription requests (REQ, but not CLOSE). Performs no
subscription state management yet.
|
2021-12-05 17:15:50 -06:00 |
|
Greg Heartsfield
|
92e9a5e639
|
feat: parse and validate events from websockets
Establishes a websocket listener, parses events, and performs
validation to ensure valid signatures.
|
2021-12-05 16:53:26 -06:00 |
|