Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 340 Bytes

README.rst

File metadata and controls

10 lines (7 loc) · 340 Bytes

Websocket Client

This is a simple demo of the WebsocketClient class.

The client tries to connect to echo.websocket.org. It sents 10 messages then client connection is closed. It reconnects and sends 25 messages and continues doing same.

This demo shows connection, closing and reconnection methods of WebsocketClient.