This commit is contained in:
Robinson 2023-09-07 10:36:35 +02:00
parent 94b5226a5a
commit ba4df9b33b
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ internal class ResponseManager(maxValuesInCache: Int = 65534, minimumValue: Int
/**
* We only wait for a reply if we are SYNC.
*
* ASYNC does not send a response
* ASYNC does not send a response and does not call this method
*
* @return the result (can be null) or timeout exception
*/