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
前端:socket.io-client: 4.8.0 后端:netty-socketio:2.0.11
后端新增空间: ioServer.addNamespace("/zhitws"); ioServer.startAsync();
前端: const wsUrl = socketUrl + '/zhitws'; socketInst = io(wsUrl, { withCredentials: true, reconnectionAttempts: 120, autoConnect: true,
链接成功后通过getNamespace获取还是默认的空间“”。 请问是版本不兼容吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
前端:socket.io-client: 4.8.0
后端:netty-socketio:2.0.11
后端新增空间:
ioServer.addNamespace("/zhitws");
ioServer.startAsync();
前端:
const wsUrl = socketUrl + '/zhitws';
socketInst = io(wsUrl, {
withCredentials: true,
reconnectionAttempts: 120,
autoConnect: true,
链接成功后通过getNamespace获取还是默认的空间“”。
请问是版本不兼容吗?
The text was updated successfully, but these errors were encountered: