Event
public struct Event<Payload> : Decodable where Payload : Decodable
Events sent by the server that do not have an associated action instance.
public struct Event<Payload> : Decodable where Payload : Decodable
Events sent by the server that do not have an associated action instance.