mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-13 12:20:12 +08:00
Change reconnectionAttempts from boolean to number #6209
This commit is contained in:
+1
-1
@@ -458,7 +458,7 @@ declare module SocketIOClient {
|
||||
* How many reconnection attempts should we try?
|
||||
* @default Infinity
|
||||
*/
|
||||
reconnectionAttempts?: boolean;
|
||||
reconnectionAttempts?: number;
|
||||
|
||||
/**
|
||||
* The time delay in milliseconds between reconnection attempts
|
||||
|
||||
Reference in New Issue
Block a user