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
Hello, unidirectional transports in Centrifugo are supposed to work without custom real-time SDK from Centrifugal Labs side. We provide SDKs for bidirectional transports. The main intent of providing unidirectional transports was the ability to use them just with raw SSE, or WebSocket transports, without dependency on a more complex bidirectional SDK.
Of course you can wrap SSE client to simplify communication with Centrifugo - to manage some protocol conventions we have for unidirectional protocol inside the wrapper. I am not sure we can provide such official wrappers for different languages for Centrifugo users in near future. Probably in the bright future. But again - you can already use unidirectional SSE - just follow our unidirectional protocol description.
https://centrifugal.dev/docs/transports/uni_sse
Would be great if the dart side would support the uni_sse communication as well
Have you any plan with this?
The text was updated successfully, but these errors were encountered: