When using the Send RT Channel Command I have tried to change the channel but it doesn’t work.
it should not, because sending command is just designed for exchanging commands between different clients, it means client1 send a command and client2, client3, clientX receive the command, of course if they were subscribed for that
If I want to send messages for different purposes how can I send via a different channel
We have some python code running on a machine outside of backendless doing some object tracking and we want to send that data to the backendless. Currently we are using the api to send that to the database, from there we are running a timer from the frontend to poll the backend every second to get that data from the DB to the frontend. It’s rather inefficient.
Sorry I have one more question, can I run a Pub/Sub listener in the backend. I see the options are available but if I start a listener in an API call will it persists after the api call has returned?