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
For string value with a space (e.g., "name":"New York"), the command parsing and argument splitting in the command parser for websocket server, does not handle this scenario correctly.
Refactor parser to handle such scenarios
We can refer to httpServer parser for references.
Tasks
Refactor websocket server command parser to support space char as key values.
Add tests for the given scenario.
The text was updated successfully, but these errors were encountered:
Description
Tasks
The text was updated successfully, but these errors were encountered: