feat: parse subscriptions from websockets

Parses subscription requests (REQ, but not CLOSE).  Performs no
subscription state management yet.
This commit is contained in:
Greg Heartsfield
2021-12-05 17:15:50 -06:00
parent 92e9a5e639
commit e7d0ab1aca
5 changed files with 335 additions and 8 deletions
+1
View File
@@ -2,3 +2,4 @@ pub mod conn;
pub mod error;
pub mod event;
pub mod protostream;
pub mod subscription;