update websocket examples

This commit is contained in:
Thomas Farstrike
2025-05-18 17:17:35 +02:00
parent 2f0546e0d3
commit ba9e55e48c
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ host = 'ws.postman-echo.com'
port = 443
handshake_path = '/raw'
# Option: echo.websocket.events (unreliable)
# host = 'echo.websocket.events'
# handshake_path = '/'
#host = 'echo.websocket.events'
#handshake_path = '/'
try:
addr_info = socket.getaddrinfo(host, port)[0][-1]