You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the socket.io server emit to client 's event name must be "action", like this:
Server: socket.emit('action', {type:'message', data:'good day!'});
or the plugin can't catch the server event and reduxed it
How can I changed the "catchable" EVENT NAME ?
The { execute: optimisticExecute } can only changed the client emit event name
Ask for hurry, I'm ready to use the plugin in the production!
The text was updated successfully, but these errors were encountered:
It seems the socket.io server emit to client 's event name must be "action", like this:
Server:
socket.emit('action', {type:'message', data:'good day!'});
or the plugin can't catch the server event and reduxed it
How can I changed the "catchable" EVENT NAME ?
The { execute: optimisticExecute } can only changed the client emit event name
Ask for hurry, I'm ready to use the plugin in the production!
The text was updated successfully, but these errors were encountered: