Function WebSocket.waitForData
Waits until either a message arrives or until the connection is closed.
This function can be used in a read loop to cleanly determine when to stop reading.
Prototypes
bool waitForData();
bool waitForData(
core .time .Duration timeout
);
Authors
Jan Krüger
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.