You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f you send 200*10000 message, you will see uwebsockets receive all message in about 2-4s, which is very fast。when it reply message to client, it will need more time to reply, which will use about 15s to reply this message to client.
maybe reply speed can be improved add sendBatch method to reduce small io interact with socket io by a big buffer.