Removed obsolete documentation

This commit is contained in:
Gideon le Grange 2018-11-13 08:56:37 +02:00 committed by GitHub
parent d33f798510
commit 7e9c0000a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -226,8 +226,6 @@ The above command will run and send results asynchronously as they become availa
con.cancel(tag); con.cancel(tag);
``` ```
From version 2.0.0 of the API the error() and completed() methods are part of the ResultListener interface.
## Command timeouts ## Command timeouts
Command timeouts can be used to make sure that synchronous commands either return or fail within a specific time. Command timeouts are separate from the connection timeout used in ```connect()```, and can be set using ```setTimeout()```. Here is an example: Command timeouts can be used to make sure that synchronous commands either return or fail within a specific time. Command timeouts are separate from the connection timeout used in ```connect()```, and can be set using ```setTimeout()```. Here is an example: