фикс номер 1: кажется дело было в выполненности таска приема
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
using mROA.Abstract;
|
||||
|
||||
namespace mROA.Implementation;
|
||||
@@ -6,6 +7,7 @@ namespace mROA.Implementation;
|
||||
public class NetworkMessage
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public MessageType SchemaId { get; set; }
|
||||
public byte[] Data { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user