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
Is your feature request related to a problem? Please describe.
i was running into a situation where it required newConn() to be exposed. i needed to have a custom Upgrader. however the complexity of unexposed fields in newConn() made wiring it all up impossible.
is it possible to have it exposed as NewConn() or if not what would be the workaround? (previous issue #573)
Is there an existing feature request for this?
Is your feature request related to a problem? Please describe.
i was running into a situation where it required newConn() to be exposed. i needed to have a custom Upgrader. however the complexity of unexposed fields in newConn() made wiring it all up impossible.
is it possible to have it exposed as NewConn() or if not what would be the workaround? (previous issue #573)
Describe the solution that you would like.
renaming newConn() to NewConn()
Describe alternatives you have considered.
custom patch with
Anything else?
No response
The text was updated successfully, but these errors were encountered: