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
When making the cometd initial handshake and connection, everything works perfectly. After about 2 connection requests, however, it gives a socket hang up issue.
When making the cometd initial handshake and connection, everything works perfectly. After about 2 connection requests, however, it gives a socket hang up issue.
Any ideas?
{ id: '5',
successful: false,
channel: '/meta/connect',
failure:
{ reason: 'socket hang up',
exception: undefined,
httpCode: 0,
connectionType: 'long-polling',
transport:
{ status: 0,
statusText: 'socket hang up',
readyState: 4,
responseText: '',
open: [Function],
setRequestHeader: [Function],
send: [Function],
abort: [Function],
_config: [Function],
context: undefined,
withCredentials: true,
onload: [Function],
onerror: [Function] },
message:
{ id: '5',
channel: '/meta/connect',
connectionType: 'long-polling',
clientId: '----deleted' } } }
The text was updated successfully, but these errors were encountered: