Variable requestFullTopicMessageSchemaConst

requestFullTopicMessageSchema: ZodObject<{}, "strip", ZodTypeAny, {}, {}> = ...

Message requesting the full topic Could be:

  • New client joining sending to server -> Server needs to process the message and send the unioned full topic message from all clients
  • Server broadcasting to all clients -> Client needs to process the message and send a full topic message

Generated using TypeDoc