Results 2858 comments of MichaIng

@ravenclaw900 Is there something blocking an intermediate release from your end? The current nightly/main branch adds/fixes quite a few things compared to last stable release. Also we recognised that the...

As the error message indicates, you need to setup a websocket proxy as well: ```nginx location /ws { proxy_pass ws://127.0.0.1:5252/ws; } location / { proxy_pass http://127.0.0.1:5252/; } ``` Try to...

Looks like the Upgrade header makes the websocket proxy obsolete 👍.

Is there any issue merging the tests which are there now? No need to implement all of them in a single PR IMO. Could be also done on demand when...

I just resolved conflicts with `main`, hopefully didn't break something, but since it was really the tests at the bottom of scripts + `tempfile` dependency only, pretty clean. > use...

Marking this as closed, since NC23 is EOL.