You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Cohttp for implementing server side of http://en.wikipedia.org/wiki/Server-sent_events. For this to work as intended, I need a way to flush the chunk I just wrote to the client, but it seems there's no way to do it,
I'm trying to use Cohttp for implementing server side of http://en.wikipedia.org/wiki/Server-sent_events. For this to work as intended, I need a way to flush the chunk I just wrote to the client, but it seems there's no way to do it,