fix event processing in network code

This commit is contained in:
2025-02-06 17:27:41 -06:00
parent 2a38c60a67
commit d57b45ef9c
@@ -87,7 +87,8 @@ public abstract class AbstractConnectionManager extends ControlledRunnable {
this.processChangeRequests();
this.auditSocketChannelToConnectionMap();
this.selector.select(250L);
this.selector.select();
//this.selector.select(250L);
this.processNewEvents();
} catch (Exception e) {