aquatic_ws: send responses for every event, wake mio for responses

This commit is contained in:
Joakim Frostegård 2020-08-11 23:58:00 +02:00
parent de1a299f1e
commit 9af4e4663d
5 changed files with 54 additions and 24 deletions

View file

@ -114,7 +114,7 @@ impl Default for NetworkConfig {
tls_pkcs12_path: "".into(),
tls_pkcs12_password: "".into(),
poll_event_capacity: 4096,
poll_timeout_microseconds: 1000,
poll_timeout_microseconds: 200_000,
websocket_max_message_size: 64 * 1024,
websocket_max_frame_size: 16 * 1024,
}