Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property 'close' of null #201

Closed
jochenonline opened this issue Apr 27, 2016 · 3 comments
Closed

TypeError: Cannot read property 'close' of null #201

jochenonline opened this issue Apr 27, 2016 · 3 comments

Comments

@jochenonline
Copy link

jochenonline commented Apr 27, 2016

Ten seconds after a socket connection has closed, we get the following error:

TypeError: Cannot read property 'close' of null
at WebSocketReceiver.heartbeat_timeout (/home/red/testclient/0000/server/node_modules/sockjs/lib/trans-websocket.js:157:26)
at null._onTimeout (/home/red/testclient/0000/server/node_modules/sockjs/lib/trans-websocket.js:75:24)
at Timer.listOnTimeout (timers.js:92:15)

Do you have any hint what could be the reason for this?

@dagingaa
Copy link

Seems to be the same issue as reported in #185. Reverting to 0.3.15 should work.

@brycekahle
Copy link
Contributor

Fixed by #179

@brycekahle
Copy link
Contributor

Released in 0.3.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants