waitForMessage

fun waitForMessage(timeoutMs: Long): String?(source)

Blocks up to timeoutMs for a message, returns null if none arrives.

Throws

if interrupted while waiting