Replies: 1 comment 1 reply
-
same problem here bro |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using NextJs combine with socket.io connect to Socket Server.
When visit website by browser, I see 2 connection connect to socket server (Server Side Tool), but when close browser only one connection close, one another one keep connect.
This issue also apear when I reload browser, connection increment each time reload.
When I shutdown NextJs application. All connection close.
I think both client (browser) and NextJs server connection to Socket Server.
But don't know how to fix this problem. Thanks
Beta Was this translation helpful? Give feedback.
All reactions