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
The internalServerMiddleware was causing any websocket request to fail so we need to identify the reason why and resolve that in the middleware so we can reenable it
the response on this post is similar to what we have implemented but the comment below the answer also says that it breaks hijacker which is what is used for websockets
Context
The
internalServerMiddleware
was causing any websocket request to fail so we need to identify the reason why and resolve that in the middleware so we can reenable itThis is the commented out middleware that is broken https://github.com/stakwork/sphinx-tribes/blob/master/routes/index.go#L144-L166
The text was updated successfully, but these errors were encountered: