mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
cli_helpers: use anyhow in app fn; aquatic_ws: reorganize error handling
This commit is contained in:
parent
1efe6f96c5
commit
526faa9aab
13 changed files with 134 additions and 93 deletions
5
TODO.md
5
TODO.md
|
|
@ -3,10 +3,7 @@
|
|||
## aquatic_ws
|
||||
* ipv4 / ipv6 split state?
|
||||
* network
|
||||
* handle tls certificate parse errors etc better
|
||||
* parse once only
|
||||
* exit with error message, not with panic, use anyhow
|
||||
* handle socket binding errors better (print them and exit), use anyhow
|
||||
* panic/error in workers: exit program with non-zero exit code
|
||||
* send/recv buffer size config
|
||||
* limit ws message sizes?
|
||||
* poll: check if event is readable first, otherwise run `continue`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue