pub const MSG_NOTIFICATION: u8 = 0x0F;Expand description
Wire type byte for a server-pushed notification (LISTEN/NOTIFY, WATCH).
Sent on server-initiated unidirectional streams. Payload is a JSON object:
{"channel": "<name>", "payload": "<text>"}.