Moving codegen tools to another project

This commit is contained in:
2025-06-03 12:09:32 +03:00
parent fa0565e699
commit 745def1365
27 changed files with 640 additions and 22 deletions
@@ -128,7 +128,11 @@ namespace mROA.Implementation
await _trustedWriter.WriteAsync(new NetworkMessageHeader());
}
PassReconnection();
}
public void PassReconnection()
{
_reconnection.TrySetResult(Stream.Null);
_isConnected = true;
_reconnection = new TaskCompletionSource<Stream>();