aquatic_ws: add some serde attributes on protocol data types

This commit is contained in:
Joakim Frostegård 2020-05-07 19:42:15 +02:00
parent 4d0c3d309a
commit b2b4f5bb89
2 changed files with 8 additions and 4 deletions

View file

@ -1,10 +1,8 @@
# TODO
## aquatic_ws
* serde
* AnnonunceWrapper or ActionWrapper or the like with an action field
and serde flatten on inner message
* handler
* test
## aquatic
* mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?