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
Using a package like Zod, validate the messages send by the socket clients to the socket server, returning UNPROCESSED message when a message is invalid.
Hey there @karranb, I'd love how I can get the example of a typical message argument in each of the method you want to change, since it might take weeks to familiarize with the codebase.
By the way, I could not run the front-end to test your software and what it sends. I already ran "yarn install" and the runtime reports "process" not found.
Using a package like Zod, validate the messages send by the socket clients to the socket server, returning
UNPROCESSED
message when a message is invalid.EG:
Create expected message parser and type
validate received unknown message
The text was updated successfully, but these errors were encountered: