Test server
A test NATS server for testing the NATS rust client and applications using it. Allows injection of bugsand useful for testing a number of things.
Example usage
// server is stopped on drop
Limitations
The test server currently expects being used to test a single connection - so with multiple connections you will get some unexpected results:
- subscriptions of one client will be seen by all the others
hop_portsdoesn't make any sense for multiple clients