Files
SubMiner/src/main/runtime
sudacode 4739c3da78 fix(anime): restart the bridge on the next request after it dies
The reported 'APK crash' turned out not to exist: repeated full scans of
all installed extensions load cleanly. The real incident was the app's
quit sequence stopping the bridge (its /stop endpoint) while requests
were in flight - and it exposed that a bridge dying for any reason left
the anime browser failing every call with a raw 'fetch failed' until
the whole app was restarted.

SidecarHandle now reports the child's exit (including to late
subscribers), and the runtime detects a death it did not order: it
drops the dead handle, closes the strip proxy, tells the UI, and the
next request transparently starts a fresh bridge. requireBridge became
an async bridge() that starts on demand, which also covers first use.

Verified live: search -> SIGKILL the JVM -> search recovers.
2026-08-15 21:44:51 -07:00
..
2026-03-01 02:36:51 -08:00
2026-03-01 02:36:51 -08:00
2026-04-11 21:45:52 -07:00
2026-04-11 21:45:52 -07:00
2026-03-01 02:36:51 -08:00
2026-03-01 02:36:51 -08:00
2026-03-02 02:45:51 -08:00
2026-04-11 21:45:52 -07:00
2026-03-01 02:36:51 -08:00
2026-04-11 21:45:52 -07:00
2026-04-11 21:45:52 -07:00
2026-04-11 21:45:52 -07:00
2026-03-01 02:36:51 -08:00
2026-03-01 02:36:51 -08:00
2026-03-01 02:36:51 -08:00
2026-04-11 21:45:52 -07:00