Answer the question
In order to leave comments, you need to log in
Why is socket.io breaking?
In general, we have a problem:
Socket.io config:
io: {
port: 8085,
enable: [
'browser client minification',
'browser client etag',
'browser client gzip'
],
log: 1,
transports: [
'websocket',
'flashsocket',
'htmlfile',
'xhr-polling',
'jsonp-polling'
]
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question