Hi
We’re writing a small library on top of the tcp client library. At the moment we’re using MiniNode to do some integration testing… I’m looking for a way to simulate an event store that is down…
Any suggestions?
Calling Shutdown then Start on the mininode results in a “System.InvalidOperationException : Already a thread running.” So it was probably not designed for this…