Hello everybody,
I'm working on a a google chrome extension using socket.io.
Despite problems regarding chrome extension itself, I have a problem with a
basic example using socket.io
I always get that:
debug - setting request GET /socket.io/1/websocket/2Ioi1TBLwhjNp3M8kCVF
debug - set heartbeat interval for client 2Ioi1TBLwhjNp3M8kCVF
debug - client authorized for
debug - websocket writing 1::
debug - websocket writing 5:::{"name":"news","args":[{"hello":"world"}]}
debug - emitting heartbeat for client 2Ioi1TBLwhjNp3M8kCVF
debug - websocket writing 2::
debug - set heartbeat timeout for client 2Ioi1TBLwhjNp3M8kCVF
debug - got heartbeat packet
debug - cleared heartbeat timeout for client 2Ioi1TBLwhjNp3M8kCVF
debug - set heartbeat interval for client 2Ioi1TBLwhjNp3M8kCVF
debug - emitting heartbeat for client 2Ioi1TBLwhjNp3M8kCVF
debug - websocket writing 2::
debug - set heartbeat timeout for client 2Ioi1TBLwhjNp3M8kCVF
debug - got heartbeat packet
debug - cleared heartbeat timeout for client 2Ioi1TBLwhjNp3M8kCVF
debug - set heartbeat interval for client 2Ioi1TBLwhjNp3M8kCVF
debug - emitting heartbeat for client 2Ioi1TBLwhjNp3M8kCVF
debug - websocket writing 2::
debug - set heartbeat timeout for client 2Ioi1TBLwhjNp3M8kCVF
debug - got heartbeat packet
debug - cleared heartbeat timeout for client 2Ioi1TBLwhjNp3M8kCVF
debug - set heartbeat interval for client 2Ioi1TBLwhjNp3M8kCVF
debug - emitting heartbeat for client 2Ioi1TBLwhjNp3M8kCVF
debug - websocket writing 2::
debug - set heartbeat timeout for client 2Ioi1TBLwhjNp3M8kCVF
debug - got heartbeat packet
debug - cleared heartbeat timeout for client 2Ioi1TBLwhjNp3M8kCVF
debug - set heartbeat interval for client 2Ioi1TBLwhjNp3M8kCVF
whatever the browser is.
I was previously in https, I changed back to http, problem remains the same.
Nodejs is running in a amazon ec2 instance, could it simply be a latence
problem with the instance ?
Thanks in advance.