Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Getter and setter for reconnection strategy.
import { Orderbook } from '@krono/core'
orderbook.reconnect = { enabled: true, maxAttempts: 5, delayMs: 2000 }
{ enabled: boolean; maxAttempts: number; delayMs: number; }
Was this page helpful?