Skip to content

Commit

Permalink
Fix #223. Relax requirement for call-backs to be on a different thread
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed May 7, 2020
1 parent fbaab46 commit 5426d2c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -115,8 +115,8 @@ public interface RemoteEndpoint {
/**
* This representation of the peer of a web socket conversation has the ability to send messages asynchronously. The
* point of completion of the send is defined when all the supplied data has been written to the underlying
* connection. The completion handlers for the asynchronous methods are always called with a different thread from
* that which initiated the send.
* connection. The completion handlers for the asynchronous methods may be called with a different thread from that
* which initiated the send.
*/
interface Async extends RemoteEndpoint {

Expand Down

0 comments on commit 5426d2c

Please sign in to comment.