From 25c9c6de5576d596ea6c21b5cd615dbd7e33ddbe Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Thu, 16 Mar 2023 16:40:56 +0800 Subject: [PATCH] Update Protocol to allow WebSocketPort/HTTP port reuse (#265) --- PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index 5fccdfb..028b329 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -26,7 +26,7 @@ The JSON payload is an object with the following properties: | Property | Type | Description | | ----------------- | ------ | ------------------------------------ | | `ProtocolVersion` | Number | The protocol version | -| `WebSocketPort` | Number | The port for the listening WebSocket | +| `WebSocketPort` | Number | The port for the listening WebSocket. This ideally is the same configured HTTP port (default 4001) but it doesn’t have to be. | #### Example