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
I'm quite new to Go, so please excuse me if this is just nonesense.
Would it be possible for your responseWriter type to implement http.Hijack? This would allow libraries like this websockets one to work with martini.
I'm not sure if this is something that should be done, I was just trying to write something really quick, came up with an error and found out this was the reason. If this is a silly way to do it feel free to tell me 😄
The text was updated successfully, but these errors were encountered:
I'm quite new to Go, so please excuse me if this is just nonesense.
Would it be possible for your responseWriter type to implement http.Hijack? This would allow libraries like this websockets one to work with martini.
I'm not sure if this is something that should be done, I was just trying to write something really quick, came up with an error and found out this was the reason. If this is a silly way to do it feel free to tell me 😄
The text was updated successfully, but these errors were encountered: