StackExchange / NetGain

A high performance websocket server library powering Stack Overflow.
MIT License
928 stars 141 forks source link

is it able to asynchronously receive data #17

Open wandrewc opened 6 years ago

wandrewc commented 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

mgravell commented 6 years ago

can you be more specific? do you have a minimal example of which API you're using that is behaving in an unexpected way?