mafintosh / signalhub

Simple signalling server that can be used to coordinate handshaking with webrtc or other fun stuff.
MIT License
667 stars 97 forks source link

ERR_INCOMPLETE_CHUNKED_ENCODING #18

Closed NHQ closed 8 years ago

NHQ commented 8 years ago

I get this error running signal locally, and connecting to your public one. It doesn't keep from working, but it can get to blowing up the console, especially if you connect to more than one hub.

mafintosh commented 8 years ago

this just an http connection timing out because its idle. we could send a heartbeat to avoid the extra logs

NHQ commented 8 years ago

What about closing the connection properly? I think that would be preferably to a long-lived connection.

mafintosh commented 8 years ago

should be fixed in 4.4.0