Replies: 1 comment 3 replies
-
Hi! That sounds weird. Are you able to reliably reproduce the issue? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
the server send ping to client only once and the client responds but after that the server doesn't ping again causing timeout and disconnection
the server option is
{
path: "/socket/events",
transports: ['websocket'],
allowUpgrades: false,
pingInterval: 10000,
pingTimeout: 25000
}
the client option is
{
auth: {token: accessToken},
transports: ['websocket'],
path: "/socket/events",
upgrade: false,
autoConnect:true
}
Beta Was this translation helpful? Give feedback.
All reactions