cometd / cometd-javascript

CometD's JavaScript Resources for NPM/Bower
Apache License 2.0
26 stars 16 forks source link

Socket Hang Up #1

Closed rbaid1221 closed 6 years ago

rbaid1221 commented 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' } } }

sbordet commented 6 years ago

Duplicate of cometd/cometd-nodejs-client#12.