当客户端连接到我服务器上的 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,但是它没有返回应有的响应。
这可能是什么原因造成的?我使用的端口必须在入站和出站都打开吗?