Skip to content

Commit

Permalink
Add in-process test cluster (#9148)
Browse files Browse the repository at this point in the history
Add in-process test cluster to simplify testing of services which are hosted entirely in-process
  • Loading branch information
ReubenBond authored Oct 1, 2024
1 parent 9907c0b commit 0256eb6
Show file tree
Hide file tree
Showing 9 changed files with 1,419 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,6 @@ public override async ValueTask DisposeAsync()

_connectionClosedTokenSource.Dispose();
}

public override string ToString() => $"InMem({LocalEndPoint}<->{RemoteEndPoint})";
}
Loading

0 comments on commit 0256eb6

Please sign in to comment.