Merge branch 'dev' into clients-multi-pop

This commit is contained in:
Owen
2025-08-12 15:01:00 -07:00
73 changed files with 1857 additions and 2589 deletions

View File

@@ -55,7 +55,7 @@ export const handleNewtPingRequestMessage: MessageHandler = async (context) => {
);
if (currentConnections.count >= maxConnections) {
return null
return null;
}
weight =