mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-29 10:05:52 +03:00
[GH-ISSUE #1658] Fixed issue in Proxyman 3.1.0 (30100): Proxyman swallows first message in Action Cable WebSocket, seems to be reproduced in latest version Proxyman 4.8.0. #1651
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1651
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @activeliang on GitHub (May 30, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1658
Description
Fixed issue in Proxyman 3.1.0 (30100): Proxyman swallows first message in Action Cable WebSocket, seems to be reproduced in latest version Proxyman 4.8.0. I tried to connect to normal websocket without any problem, but failed to connect to action cable. My computer is MacBook Pro (13-inch, M1, 2020) m1
Steps to Reproduce
Current Behavior
Expected Behavior
Environment
@NghiaTranUIT commented on GitHub (May 30, 2023):
@activeliang if you use build Proxyman 3.1.0 (Download), can you reproduce the bug?
@activeliang commented on GitHub (May 30, 2023):
@NghiaTranUIT Sorry, let me correct it: version 3.1.0 also encountered problems, I encountered the same error in both macOS 10.15.7 (intel chip) and macOS 12.6 (M1 chip)
My usage scenario is:
Capture websocket (action cable) from Web Browser, for example, this address has a websocket connection based on action cable: https://pt.hongliang.fun/ft After opening proxyman, the action cable cannot connect successfully, you can try it.