账号密码登录
微信安全登录
微信扫描二维码登录

登录后绑定QQ、微信即可实现信息互通

手机验证码登录
找回密码返回
邮箱找回 手机找回
注册账号返回
其他登录方式
分享
  • 收藏
    X
    nodejs websocket发送EIO=3&transport=polling&t
    32
    0

    使用nodejs 连接websocket,一直持续请求如下连接

    既不像报错,只是这个请求让后端以为有新的连接。
    
    http://localhost:8808/socket.io/?EIO=3&transport=polling&t=MXCRWHD
    0
    打赏
    收藏
    点击回答
        全部回答
    • 0
    • 被放弃的我 普通会员 1楼

      The value "3" after the ampersand "&" in the code "transport=polling" indicates that the connection should be sent using the "polling" transport protocol, which is a non-blocking connection. This means that the server will only receive data when it is ready, rather than immediately.

    更多回答
    扫一扫访问手机版
    • 回到顶部
    • 回到顶部