Invalid Socket IOPacket Exception
class InvalidSocketIOPacketException(val encodedData: String, message: String, cause: Throwable? = null) : Exception(source)
An exception thrown when some encoded data doesn't represent a valid Socket.IO packet as defined by the Socket.IO protocol.