Files
nats-server/server
Julian Friedman and Zach Robinson 6ed7227371 No longer add subscriptions to router clients with no existing connection.
race condition:
 - a client is closed at the same time as an incoming SUB message occurs.
 - the subscription is added to the srv.sl even though the socket is
   closed.
 - the connection cleanup has already run, so the bad state is never
   corrected
 - now messages may be forwarded to a client without a connection
 - messages will not be forwarded to a router that needs it now, because
   processMsg assumes the router already received it
2014-09-18 22:36:13 -07:00
..
2014-09-18 21:35:26 -07:00
2014-09-10 16:21:54 -07:00
2013-10-13 09:52:51 -07:00
2013-10-13 09:52:51 -07:00
2014-02-06 19:34:12 -08:00
2014-09-13 22:06:43 -05:00
2014-02-06 19:34:12 -08:00
2013-10-13 09:52:51 -07:00
2014-04-25 13:18:50 -06:00
2013-10-13 09:52:51 -07:00
2014-09-18 21:35:26 -07:00