[SOLVED][Wisej 2.0.24.0] Brolib error if specify true

Answered
0
0

Hi,

if in Default.json I declare

“enableWebSocketCompression”: true

and I run the project in Visual Studio, I have the error (see image attach)

If I remove the row, all is ok

bye

Cristian Zerbinati

  • You must to post comments
Best Answer
0
0

It’s a handled exception. In the code version you have in the image it’s simply ignored and the brotli encoding is not loaded and it will default to gzip.

The latest Brotli extension here https://github.com/iceteagroup/wisej-extensions still ignores the exception but it loads the library since the file has already been extracted. Please try the newer extension and let me know.

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.