socketioxide_core

Module packet

source
Expand description

Socket.io packet implementation. The Packet is the base unit of data that is sent over the engine.io socket.

Structs§

  • Connect packet sent by the client
  • The socket.io packet type. Each packet has a type and a namespace
  • A 128 bit session id type representing a base64 16 char string
  • A custom Bytes wrapper to efficiently store string packets

Enums§