mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Implemented websocket read bufferring. (#92)
This commit is contained in:
@@ -92,6 +92,8 @@ void comm_server::connection_watchdog(
|
||||
continue;
|
||||
}
|
||||
|
||||
util::sleep(10);
|
||||
|
||||
// Accept any new incoming connection if available.
|
||||
check_for_new_connection(sessions, accept_fd, session_type, is_binary, metric_thresholds);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user