Skip to content
New issue

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 is not working after packing to exe #1994

Open
damonsong opened this issue Mar 18, 2024 · 0 comments
Open

Socket.io is not working after packing to exe #1994

damonsong opened this issue Mar 18, 2024 · 0 comments

Comments

@damonsong
Copy link

Socket.io is not working after packing by using "yarn electron: builld".

However, the function is normal in development mode "yarn electron: serve". And normal for yarn server or yarn build.

I found the reason is socket client cannot be connected to server since the Invaild namespace.
The invaild namespace is "//app://.". I found the value by adding console for socket instance.
The normal namespace is "/" as default main namespace based on socket.io online document.

My question is that why the socket.io default namespace is changed to "//app://."? Any configuration file should be modified?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant