Skip to content

WebSocket Reconnect

Jon Eyrick edited this page Dec 25, 2017 · 3 revisions

All WebSockets will now reconnect automatically. No extra code is required

You can also disable this behavior:

binance.options({
	'APIKEY': '<your key>',
	'APISECRET': '<your secret>',
	'reconnect': false
});

Clone this wiki locally