Open prastut opened 6 years ago
Currently, it's using REST which is polled every second as to not miss any events. Rather as soon as the new event generates -> emit from the server.
Update: Let me stream once and store all the data as per the new configs, I will code events in the socket as well.
Currently, it's using REST which is polled every second as to not miss any events. Rather as soon as the new event generates -> emit from the server.