Skip to content

Commit 4be2479

Browse files
committed
Update README.md
1 parent 8973778 commit 4be2479

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ The request will happen on the current thread. This is useful, if you want to us
3636

3737
The `ProxerConnection` also provides several other methods:
3838

39-
#### `cancel()` and `cancelSync()`
39+
#### `cancel()`
4040

41-
These methods will cancel all current request of a specified type. E.g. all login-requests. The difference between `cancel()` and `cancelSync()` is the same as with the `execute()` methods.
41+
This methods will cancel all current requests of a specified type. E.g. all login-requests. To specify the type of requests, you pass a `ConnectionTag` from the `ProxerTag` class. That class has constants for all types of requests.
4242

4343
#### `cleanup()`
4444

0 commit comments

Comments
 (0)