Socket.IO infinite loop on connection

后端 未结 2 1470
南方客
南方客 2020-12-31 11:05

Socket.IO make an infinte loop on connection ! It\'s weird and never happen until now. I don\'t know what\'s wrong. I try to rebuild the package, I copy some code from an ol

2条回答
  •  爱一瞬间的悲伤
    2020-12-31 11:32

    The problem was at the client-side, I don't load the latest version of socket.io like on the server-side. In my package.json I have 2.0.3 and at the client-side was 1.2.0.. For everyone who have this problem

提交回复
热议问题