Skip to content

Commit c978c41

Browse files
committed
refactor!: Remove iConn.setTimeout()
This was used to set the timeout of `iConn.run()` when in sync mode. We no longer support sync mode therfore this is now removed.
1 parent c2197ab commit c978c41

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/Deprecated.js

-9
Original file line numberDiff line numberDiff line change
@@ -434,15 +434,6 @@ class iConn {
434434
this.connection = new Connection(options);
435435
}
436436

437-
/**
438-
* @description override the default timeout value for sync mode.
439-
440-
*/
441-
// eslint-disable-next-line class-methods-use-this
442-
setTimeout() {
443-
iConnDeprecate('As of v1.0, \'iConn.setTimeout()\' is deprecated and sync mode is disabled');
444-
}
445-
446437
/**
447438
* @description
448439
* enables or disables the verbose mode for debugging

0 commit comments

Comments
 (0)