I work on a implementation to run my typescript web framework with uwebsockets. Without one expection its running great so far.
After started the server a request without a request body (res.onData) works well.
After started the server a request with a request body (res.onData) takes forever.
If the second call got a request body i got no issue at all.
I have no idea if i do something wrong.
https://github.com/chubbyts/chubbyts-uwebsockets-http-bridge/blob/master/src/uwebsocket-http.ts#L66
I work on a implementation to run my typescript web framework with uwebsockets. Without one expection its running great so far.
After started the server a request without a request body (res.onData) works well.
After started the server a request with a request body (res.onData) takes forever.
If the second call got a request body i got no issue at all.
I have no idea if i do something wrong.
https://github.com/chubbyts/chubbyts-uwebsockets-http-bridge/blob/master/src/uwebsocket-http.ts#L66