We’re receiving a large payload through SignalR, and it was initially being handled on the main thread.
While the app store version runs smoothly, the app starts to lag heavily—sometimes freezing the UI—only after applying a Shorebird patch, even though no changes were made to the relevant code.
We’ve decided to offload the SignalR processing to an isolate as a workaround, but it’s concerning that only the patched app is affected despite no direct modifications in that area.
Have you encountered similar behavior or know why Shorebird patches might introduce this kind of performance issue?