Files
nats-server/test
Ivan Kozlovic 3a999c1299 Add tracking of most go routines started by the server
Refactor the way client is initialized. We need to ensure that
clients are not added to the clients map and readLoop started if
the server is in the process of being shutdown otherwise there
is a chance that the server already gathered the list of connections
to close and this one would not be included, leaving a readLoop
running.
Same occurs for routes, with the complexity that the readLoop is
started well before the route connection is added to the server
routes' list. We need a temporary map that contains those connections
to be able to close them on server Shutdown.

Fixed some flapping tests.
2016-04-21 11:48:39 -06:00
..
2016-03-31 07:33:36 -07:00
2016-04-05 10:52:40 -07:00
2016-02-05 07:50:19 -08:00
2016-02-06 07:41:37 -08:00
2016-03-31 07:33:36 -07:00
2016-03-31 07:33:36 -07:00
2015-09-17 19:02:00 -07:00
2013-10-16 13:40:15 -07:00
2016-03-15 15:21:13 -06:00
2016-03-31 07:33:36 -07:00