Пока что удаление IDataList из демки
This commit is contained in:
@@ -148,7 +148,7 @@ namespace mROA.Implementation.Backend
|
||||
{
|
||||
Id = command.Id
|
||||
};
|
||||
_cancellationRepo.FreeCancelation(command.Id);
|
||||
_cancellationRepo?.FreeCancelation(command.Id);
|
||||
|
||||
var multiClientOwnershipRepository =
|
||||
TransmissionConfig.OwnershipRepository as MultiClientOwnershipRepository;
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace mROA.Implementation
|
||||
public static class TransmissionConfig
|
||||
{
|
||||
#if TRACE
|
||||
public static int TotalTransmittedBytes { get; set; } = 0;
|
||||
public static int TotalTransmittedBytes { get; set; }
|
||||
#endif
|
||||
private static IContextRepository? _realContextRepository;
|
||||
private static IContextRepository? _remoteEndpointContextRepository;
|
||||
|
||||
Reference in New Issue
Block a user