mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#296
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 @NghiaTranUIT on GitHub (Aug 23, 2023).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/297
Originally assigned to: @kics223w1 on GitHub.
Description
This ticket is for WebSocket (WS). It's similar to HTTP, which is an insecure connection.
This ticket should be implemented at the same time as #296
⚠️ Do not start the WSS ticket until this this ticket is reviewed and done.
How to start a Websocket
Acceptance Criteria
@NghiaTranUIT commented on GitHub (Aug 23, 2023):
Unit Tests
How to Setup the Unit Test + Websocket
exec()to run a command line. Ref: https://stackabuse.com/executing-shell-commands-with-node-js/1. Unit Test: Test Websocket
=> The WebSocket works fine, no errors
=> Assert all WebSocket message -> Verify it's correct.
@NghiaTranUIT commented on GitHub (Aug 23, 2023):
How to test WS / WSS manually