http2 icon indicating copy to clipboard operation
http2 copied to clipboard

Dispatch RequestCtx in it's own coroutine

Open dgrr opened this issue 3 years ago • 1 comments

The main problem this lib has is that the dispatching of handlers is not performed in different coroutines, thus, the handleStreams coroutine blocks entirely until the handler finishes, which is not desirable.

dgrr avatar Jan 17 '22 10:01 dgrr

doing this will resolve the race condition?

so a complete code refactoring?

hiqsociety avatar Apr 24 '22 08:04 hiqsociety