Hey there! π It seems like we've hit a small roadblock with the scs.sessionResponseWriter wrapper for http.response. Currently, it doesn't implement the http.Hijacker interface. So, when attempting to open a WebSocket, you might encounter the error message: websocket: response does not implement http.Hijacker.
In the past, it were using *scs.bufferedResponseWriter, which conveniently does implement the Hijacker interface.