Binary Event
data class BinaryEvent(val namespace: String, val ackId: Int?, val payload: List<PayloadElement>, val nBinaryAttachments: Int) : SocketIOPacket.BinaryMessage(source)
Used to send binary data to the other side.
Used to send binary data to the other side.