Olalekan Raheem

Results 46 comments of Olalekan Raheem

disabling stream makes it works with hono ```ts sseClient = new WebSocketSSE('http://localhost:3000/api/sse', { bidir: true, stream: false, }); ``` am yet to try with node directly

@pi0 after more digging it seems hono is doing something to the body object I just tried using it with nestjs, the stream works without any issue

> Thanks for confirming, i hope to find a fix but AFAIK, hono patches globals and it probably not be easy path to support hono. sorry :( Am currently also...

reading the stream directly from hono before passing it to crossws is not also working should I close this issue or we leave it open till it is fixed

please any update on this @guillermoecharri @goetzrobin , did you find a solution @Olexandir

> Thanks for raising this [@SOG-web](https://github.com/SOG-web). Just to clarify your questions. > > For building nitric as a docker container do you mean the nitric CLI? For hosting as a...