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 using this library for my websocket connection and establish connection with the server with deflate header. Doing so, I am facing problem with reading the compressed data from the server. Is there anyway to read the server data with when establishing connection with deflate (permessage-deflate) extension?
Hi there,
I am using this library for my websocket connection and establish connection with the server with deflate header. Doing so, I am facing problem with reading the compressed data from the server. Is there anyway to read the server data with when establishing connection with deflate (permessage-deflate) extension?
I am using wsutil.ReadServerData(conn) to read server data.
The text was updated successfully, but these errors were encountered: