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
Hey
I have an issue where socket on events. It's not triggering when i try to use socket on for named events IE Socket.On("Test", () => {});.
Socket.EVENT_CONNECT, Socket.EVENT_DISCONNECT etc works as expected. I also tried emit and that also works.
I hope anyone can help me with this issue.
Thanks
The text was updated successfully, but these errors were encountered:
I am getting exactly the same issue. The unity client does not register custom named events.
Sorry, something went wrong.
No branches or pull requests
Hey
I have an issue where socket on events. It's not triggering when i try to use socket on for named events IE
Socket.On("Test", () => {});.
Socket.EVENT_CONNECT, Socket.EVENT_DISCONNECT etc works as expected. I also tried emit and that also works.
I hope anyone can help me with this issue.
Thanks
The text was updated successfully, but these errors were encountered: