Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Scrolling large websocket responses crashes app #2214

Open
steven-haddix opened this issue Dec 19, 2024 · 0 comments
Open

[BUG] Scrolling large websocket responses crashes app #2214

steven-haddix opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@steven-haddix
Copy link

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

  1. Stream large binary websocket call
  2. Open websocket call request
  3. Select websocket in Response tab
  4. 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
Screenshot 2024-12-19 at 10 45 19 AM Screenshot 2024-12-19 at 10 56 00 AM
@steven-haddix steven-haddix added the bug Something isn't working label Dec 19, 2024
@steven-haddix steven-haddix changed the title Scrolling large websocket responses crashes app [BUG] Scrolling large websocket responses crashes app Dec 19, 2024
@NghiaTranUIT NghiaTranUIT self-assigned this Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants