Skip to content

Commit 1b0d4d9

Browse files
authored
Update README.md
1 parent 03abf4e commit 1b0d4d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ let wsClient = ObservableWebSocketClient(
8787
}
8888
)
8989
```
90+
## Demo
91+
In this demo app, the `ObservableWebSocketClient` connects to a [Kucoin WebSocket server](https://www.kucoin.com/docs/websocket/introduction) and sends `ping` messages every `pingTimerInterval` to keep the connection alive. The server responds with `welcome` and `pong` messages:
92+
93+
https://github.com/backslash-f/observable-websocket-client/assets/664951/2c8897e4-6d25-413b-9f12-d61b32ebbf0d
9094

9195
## Integration
9296
### Xcode

0 commit comments

Comments
 (0)