Albert
09/26/2018, 7:23 PMval frame = Frame.Text("foo") and send frame concurrently (I thought it was thread-safe), and got a BufferUnderflowException out of it. The cause is the underlying Buffer https://docs.oracle.com/javase/7/docs/api/java/nio/Buffer.html.
For me it would've been useful if the documentation states Frame is not thread-safe