Skip to content

Commit ffcf70d

Browse files
committed
Remove commented code
1 parent caa375d commit ffcf70d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Whaally.Domain/Aggregate/TransactionalAggregateHandler.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ public override Task Abort(IMessageMetadata metadata)
6565
// ToDo: configure a timeout
6666
await _waitHandler.WaitAsync();
6767

68-
// // Delay the task for x ms before continuing. This allows interleaving, for example for aborts etc.
69-
// // ToDo: Is there a way to asynchronously signal continuation?
70-
// await Task.Delay(5);
71-
7268
return await AcquireLock(metadata);
7369
}
7470

0 commit comments

Comments
 (0)