tiagosiebler / bybit-api

Node.js SDK for the Bybit APIs and WebSockets, with TypeScript & browser support.
https://www.npmjs.com/package/bybit-api
MIT License
259 stars 83 forks source link

Expose WS auth recv window as WS config #297

Closed tiagosiebler closed 10 months ago

tiagosiebler commented 11 months ago

https://github.com/tiagosiebler/bybit-api/blob/master/src/websocket-client.ts#L742C58-L742C62

Would be useful to expose this as a configurable window, instead of hardcoding at a 5000ms lookahead.

tiagosiebler commented 10 months ago

Fixed in #304