aquatic_ws: simplify network code further

This commit is contained in:
Joakim Frostegård 2020-05-13 15:14:11 +02:00
parent 6a8047a5fe
commit 7e2f371007
2 changed files with 58 additions and 59 deletions

View file

@ -2,9 +2,6 @@
## aquatic_ws
* network
* think about if at least established connections could be boxed behind some
dyn trait so that there are not two different version for what is
essentially the same thing
* actually run tls. probably add config fields for number of tls and non-tls
workers, then run that amount of each
* test tls!