Open wandrewc opened 6 years ago
I created the news feed websocket in which it send data to socker server every second, meanwhile I send the new post to the server, it seems like receive synchronously. I would like to know if there is any way to make it async to run the process
can you be more specific? do you have a minimal example of which API you're using that is behaving in an unexpected way?
I created the news feed websocket in which it send data to socker server every second, meanwhile I send the new post to the server, it seems like receive synchronously. I would like to know if there is any way to make it async to run the process