Skip to content

Default connection timeout

Compare
Choose a tag to compare
@nicklatkovich nicklatkovich released this 03 Mar 14:22
f72c04b

Change:

  • Default connection timeout from 5s to 30s

Add:

  • Reconnection-websocket options typing:
    • connectionTimeout?: number
    • maxRetries?: number
    • pingTimeout?: number
    • pingDelay?: number