Ankurah WebSocket Client
A native (non-browser) WebSocket client for connecting an Ankurah node to another Ankurah node which hosts a WebSocket server
Automatic reconnection
Reconnects to the server if the connection is lost using exponential backoff
Graceful shutdown
To shutdown the client, call the shutdown method. This will wait for the connection to be closed and then return.
Basic Usage
# use ;
# use SledStorageEngine;
# use WebsocketClient;
# use DEFAULT_CONTEXT as c;
# use Arc;
async
// See ankurah for basic details