Skip to content

Commit 318e41b

Browse files
authored
fix(lws): Update websocket Echo server (#894)
* fix(lws): Update websocket Echo server - Update Websocket Echo Server, "wss://echo.websocket.events" is no longer available.
1 parent 6f6237a commit 318e41b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/libwebsockets/examples/client/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ I (18208) lws-client: LWS minimal ws client echo
5252
216516: __lws_lc_tag: ++ [vh|0|default||-1] (1)
5353
I (18248) lws-client: connect_cb: connecting
5454
55-
210112: __lws_lc_tag: ++ [wsicli|0|WS/h1/default/echo.websocket.events] (1)
56-
204800: [wsicli|0|WS/h1/default/echo.websocket.events]: lws_client_connect_3_connect: trying 13.248.241.119
55+
210112: __lws_lc_tag: ++ [wsicli|0|WS/h1/default/echo.websocket.org] (1)
56+
204800: [wsicli|0|WS/h1/default/echo.websocket.org]: lws_client_connect_3_connect: trying 13.248.241.119
5757
180776: lws_ssl_client_bio_create: allowing selfsigned
5858
I (19998) wifi:<ba-add>idx:0 (ifx:0, b4:89:01:63:9d:08), tid:0, ssn:321, winSize:64
5959
I (20768) lws-client: WEBSOCKET_EVENT_CONNECTED
6060
I (20768) lws-client: Sending hello 0000
6161
I (20778) lws-client: WEBSOCKET_EVENT_DATA
62-
W (20778) lws-client: Received=echo.websocket.events sponsored by Lob.com
62+
W (20778) lws-client: Received=echo.websocket.org sponsored by Lob.com
6363
6464
6565
I (20968) lws-client: WEBSOCKET_EVENT_DATA

components/libwebsockets/examples/client/main/Kconfig.projbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ menu "Example Configuration"
1414

1515
config WEBSOCKET_URI
1616
string "Websocket endpoint URI"
17-
default "echo.websocket.events"
17+
default "echo.websocket.org"
1818
help
1919
URL or IP of websocket endpoint this example connects to and sends echo
2020
config WEBSOCKET_PORT

0 commit comments

Comments
 (0)