FrameTooBigException
class FrameTooBigException(val frameSize: Long, cause: Throwable? = null) : Exception, CopyableThrowable<FrameTooBigException> (source)
Raised when the frame is bigger than allowed in a current WebSocket session.
Parameters
frameSize
size of received or posted frame that is too big