добавление модуля гетвея
This commit is contained in:
@@ -4,6 +4,7 @@ public interface IInteractionModule
|
||||
{
|
||||
void SetMessageHandler(Action<int, byte[]> handler);
|
||||
void SendTo(int clientId, byte[] message);
|
||||
void RegisterSourse(Stream stream);
|
||||
public interface IFrontendInteractionModule
|
||||
{
|
||||
public Task<byte[]> ReceiveMessage();
|
||||
|
||||
Reference in New Issue
Block a user