Handlers are used to receive In coming data (messages) in object oriented way
public interface IHandler { ushort MsgId { get; } void HandleMessage(Message message, uint PeerId); }
Last updated 3 years ago
Was this helpful?