Quote Originally Posted by winbackgo View Post
How to send initial data when client get connected?
the following scenario:
1. The client connects to the server and receives the data as a whole (in the format json)
2. The client receives updates in json format since both joined.
I think that I need to ask susbscription raw format but I do not understand how my client to send the original data.