I am currently trying your websocket library for .Net application .
THe server i am connecting only supports TLS1.3 and since i cannot use TLS 1.3 on Net framework on windows prior 11 ,your websocket library looks promising.
But the server which i connec it doesnt allow connection permessage-deflate is not specified.
Is permessage-deflate supported on your DLL? how can i enable? or retrive the frames and manually decompress them
Thank you