centrifugal/centrifuge-android

How can i send messages?

Opened this issue · 2 comments

Is it possible to send messages with this library?

Hello! Have you seen #3 ?

Sending messages over Websocket connection directly from client side only suitable for limited use cases. For idiomatic usage you need to publish from your app backend over Centrifugo server API (i.e. first deliver message from device to backend using any convenient way and then publish to Centrifugo)

But maybe you want to use Centrifugo without app backend? @SammyVimes can we add publish method to this client?

i didn't see #3 before. Thank you so much.