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
I am trying to send a message from a server to a client and to have an action dispatched client-side.
The action is getting dispatched successfully, but the client echos back the message it received to the server, resulting in unnecessary server traffic. Is there any way to disable this server->client->server echoing behavior?
The text was updated successfully, but these errors were encountered:
Hmm, it sounds like it might be configuration issue. Are the actions that you are dispatching from your server prefixed with server/? I have not confirmed, but I would assume that if you emit an action from your server with the websocket prefix that it would echo it back like you are describing
I am trying to send a message from a server to a client and to have an action dispatched client-side.
The action is getting dispatched successfully, but the client echos back the message it received to the server, resulting in unnecessary server traffic. Is there any way to disable this server->client->server echoing behavior?
The text was updated successfully, but these errors were encountered: