We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在electron上使用,想建立两个应用的sockio通讯。但是遇到了如下错误: 似乎每发一些消息就会报错,然后断线,重连之后重复如此。 我的node版本是:v16.13.0 , "vue-socket.io": "^3.0.10", "socket.io": "4.4.0", "socket.io-client": "4.4.0", "electron": "^13.0.0",
The text was updated successfully, but these errors were encountered:
对了,我是在electron的 preload.js中通过express新建了socketIO的服务端。现在我把建立服务器端的时机移到主进程中似乎就没有报错了。不知道是为什么
Sorry, something went wrong.
No branches or pull requests
我在electron上使用,想建立两个应用的sockio通讯。但是遇到了如下错误:
似乎每发一些消息就会报错,然后断线,重连之后重复如此。
我的node版本是:v16.13.0 ,
"vue-socket.io": "^3.0.10",
"socket.io": "4.4.0",
"socket.io-client": "4.4.0",
"electron": "^13.0.0",
The text was updated successfully, but these errors were encountered: