当客户端连接到我的服务器上的socket.io时,这就是日志中显示的内容:
info - handshake authorized mEc9O3ZUWHGWDFEXOETd
debug - client authorized
info - handshake authorized P8qyZTT2Da_2hbc7OETe
debug - client authorized
info - handshake authorized Za3KNS-01iYjSPugOETf
debug - client authorized
info - handshake authorized h2TfSTE3nRzyJkiKOETg
debug - client authorized
info - handshake authorized YrLDHKQuptqNeG8KOETh
debug - client authorized
info - handshake authorized cW5H6R2vSro2_RO0OETi
握手后没有发生任何事情。
使用firebug,我看到正在生成初始的socket.io请求并返回200 OK,但它不会返回应该响应的响应。
可能导致这种情况的原因是什么?我使用的端口必须同时打开入站和出站吗?