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
As the title, I went through the documentation and source code and found no way
I can use Socket.io-client directly, but I don’t want to give up using this excellent plugin
Does anyone have any suggestions 🙏
The text was updated successfully, but these errors were encountered:
Hi @lllllxt Why do you need two connections to the server?
Sorry, something went wrong.
The project I have is to cooperate with other companies, and I must connect their services and our own services at the same time. @probil
+1
We have multiple end servers that need connecting to and it seems that only one can be setup at once for use with vuex. I have tried calling
Vue.use(VueSocketIOExt, socketInstance, opts); Vue.use(VueSocketIOExt, socketInstance2, opts);
for each different socket connection but it seems this also doesn't work.
No branches or pull requests
As the title, I went through the documentation and source code and found no way
I can use Socket.io-client directly, but I don’t want to give up using this excellent plugin
Does anyone have any suggestions 🙏
The text was updated successfully, but these errors were encountered: