Update Protocol to allow WebSocketPort/HTTP port reuse (#265)

This commit is contained in:
Federico Brigante 2023-03-16 16:40:56 +08:00 committed by GitHub
parent a44a1c8edc
commit 25c9c6de55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 doesnt have to be. |
#### Example