Method 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.

Prototype

bool waitForData(
  core.time.Duration timeout
);

Authors

Jan Krüger

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.