mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-24 01:04:22 +01:00
Readme: update with disconnect and stopped event
This commit is contained in:
@@ -102,6 +102,8 @@ The websocket exposes a collection of events that are triggered when certain dat
|
||||
|
||||
- `all` (array|json): listen for all messages coming through
|
||||
- `connected:` () called when a connection is made
|
||||
- `disconnected`: () called when a connection is ended (A reconnect attempt may follow)
|
||||
- `stopped`: () called when max amount of connection retries is met and the socket is closed
|
||||
- `authenticated` (): called when the websocket passes authentication
|
||||
- `notification` (array): incoming account notification
|
||||
- `error` (array): error from the websocket
|
||||
|
||||
Reference in New Issue
Block a user