You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a React Native mobile app that is streaming audio binary chunks over websocket. This can result in hundreds of binary messages being sent over websocket. When viewing the the response in Proxyman the application suddenly becomes unresponsive after scrolling partially down the list. I tried while the stream was active and after the stream was fully complete to see if it was CPU related but I get the same result either way.
Steps to Reproduce
Stream large binary websocket call
Open websocket call request
Select websocket in Response tab
Begin scrolling to the bottom
Current Behavior
Receive "Application Unresponsive" and have to restart the app
Expected Behavior
I'm able to view the list of websocket payloads
Environment
App version: Proxyman 5.12.0
macOS version: macOS Sequoia 15.1.1
React Native Expo - Physical Android Device
Memory and CPU don't appear to be spiking
The text was updated successfully, but these errors were encountered:
Description
I have a React Native mobile app that is streaming audio binary chunks over websocket. This can result in hundreds of binary messages being sent over websocket. When viewing the the response in Proxyman the application suddenly becomes unresponsive after scrolling partially down the list. I tried while the stream was active and after the stream was fully complete to see if it was CPU related but I get the same result either way.
Steps to Reproduce
Current Behavior
Receive "Application Unresponsive" and have to restart the app
Expected Behavior
I'm able to view the list of websocket payloads
Environment
The text was updated successfully, but these errors were encountered: