package
0.1.3
Repository: https://github.com/shyhyev/centrifuge.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Fork of Gorilla Websocket adapted for Centrifuge needs. All copyrights were left – huge respect to the original authors.

What was changed:

  • no custom Proxy in Client
  • no concurrent use best-effort detection
  • selected subprotocol is not kept internally, returned during Upgrade or Dial
  • lint fixes