RainwayConfig.OnPeerMessage property
Called when a message from a peer is received
public Action<RainwayRuntime, RainwayPeer, string, byte[]>? OnPeerMessage { get; set; }
See Also
- class RainwayRuntime
- class RainwayPeer
- class RainwayConfig
- namespace Rainway.SDK