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
Since we can modify the sent data using the
encode/decode functions it would be nice if the logging logged what ends up actually being after the config.encode() function is being run
Originally, encode and decode were added because of large data chunks (not text!) were packed very specifically. Before the addition, it could lead to noticeable performance issues. It also even been a thought that it's too heavy load on a dev machine sometimes and might become partially hidden because of showing the messages every time.
Since we can modify the sent data using the
encode/decode functions it would be nice if the logging logged what ends up actually being after the config.encode() function is being run
WebsocketPromisify/src/WS.ts
Line 103 in 0a898be
The text was updated successfully, but these errors were encountered: