centrifugal / centrifuge

Real-time messaging library for Go. The simplest way to add feature-rich and scalable WebSocket support to your application. The core of Centrifugo server.

Home Page:https://pkg.go.dev/github.com/centrifugal/centrifuge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove SockJS transport

FZambia opened this issue · comments

SockJS was deprecated in Centrifugal ecosystem since Jul 20, 2022. It's time to remove it from Centrifuge library.

P.S. It will be possible to continue using SockJS as a transport for this library – because Centrifuge supports pluggable transports. But SockJS transport won't be available out-of-the-box like now. I.e. interested parties should keep SockJS implementation in their own code base (or write a Go package for it).