Keep connection alive
Reconnect
const options = { reconnect: true };
const client = new obyte.Client('wss://obyte.org/bb', options);Notify
setInterval(function() {
client.api.heartbeat()
}, 10 * 1000);Last updated
const options = { reconnect: true };
const client = new obyte.Client('wss://obyte.org/bb', options);setInterval(function() {
client.api.heartbeat()
}, 10 * 1000);Last updated