Replies: 2 comments
-
Hi! The netty-socketio server is only compatible with a 1.x client: mrniko/netty-socketio#834 Could this explain your issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi! Thank you the problem was solved by installing socket IO client 2.4 latest version and this import.Then everything worked)))) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
1)I have a Socket IO Server implemented in Spring Boot. When the server sends an event I inspected this in the Chrome Network tab and I discovered that the events are really being sent, but my react js client is not logging the events that were sent. What could be wrong.
2)On the Network tab in Chrome, I see that whenever the server sends a message, it arrives, but the code below doesn't work.
3)Server: JAVA netty-socketio 1.7.7 Client: socket.io client(I tried different versions from 1* to the latest 4*)
4)Here are the messages as seen under the Network tab on Chrome

3)I call a hook in a component for the test, I want to display a message on the console
4)Here is my connection client:
6)A custom hook for calling from different components
Beta Was this translation helpful? Give feedback.
All reactions