Closed rbaid1221 closed 6 years ago
At first this module was working great! But after sending cometd, connection requests, it is now returning as successful: false, with no advice, and says the transport has been closed.
Any idea what I should have a look at?
Connect { 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' } } }
Duplicate of cometd/cometd-nodejs-client#12.
At first this module was working great! But after sending cometd, connection requests, it is now returning as successful: false, with no advice, and says the transport has been closed.
Any idea what I should have a look at?
Connect { 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' } } }