sfourdrinier

Results 11 comments of sfourdrinier

I am also affected by this problem. react-native "0.79.5". noticed it when I started to have another bluetooth sdk in my app and this at the same time and enabled...

FYI. As I'm actively using this library I've been actively working on bringing it up to date to React Native 0.81 / Expo 54. I have a branch in progress,...

issue was updated. Code repro is inline in the issue. It's enough to repro, and pointing to another issue which was closed with same problem.

I can confirm the same bug and fix! Bun 1.3.1 was 100% on cpu, reverted to the latest 1.2.23 and all good.

I hate to say it but I did a fork of this library because I had to fix the same problem... I just reviewed your PR and it's identical to...

@yangwudong check against my fork and let me know if this is fixed or not there. https://github.com/sfourdrinier/react-native-ble-plx

I can confirm the exact same problem with Hono. This works if using ts-node for example to run the code. but the closing isn't detected with Hono ```js // server.ts...

I have the same problem with Bun / Hono, using Bun 1.2.3 and 1.2.4canary with Hono 4.7.2 Just spent 2 days trying to debug this and not understanding why client-side...

@Jarred-Sumner @cirospaciari any idea? Here is an easier to reproduce it. I tested this with the latest version of Bun and it still broken. Here is a server.ts ```ts import...

After investigating this, I've identified what appears to be a core issue with how Bun handles client disconnections during HTTP streaming responses (particularly affecting SSE - Server-Sent Events). The root...