Files
nats-server/server
Ivan Kozlovic 674109b922 Fix possible authentication timeout after accepting CONNECT proto
This PR addresses the issue by testing the result of the
`Timer.Stop()` method, which if `false` indicates that the callback
may be in progress. When that happens, the `processConnect` method
will wait for the callback to finish and simply return. The auth
timeout error will therefore be received by the client during the
synchronous connect process, which will allow it to try again.

Resolves #289
2016-06-06 21:27:45 +02:00
..
2016-05-13 12:27:57 -07:00
2016-05-05 23:31:05 -06:00
2016-03-15 15:21:13 -06:00
2016-05-23 20:15:26 -06:00
2016-02-23 12:47:46 -08:00
2016-03-15 15:21:13 -06:00
2016-05-24 19:32:06 -06:00
2016-05-13 12:27:57 -07:00
2016-05-13 12:27:57 -07:00
2016-05-11 15:51:29 -06:00
2015-06-19 12:08:11 -07:00
2016-04-22 15:00:19 -06:00
2016-05-23 14:59:09 -06:00
2016-05-11 15:51:29 -06:00
2016-04-03 13:04:06 -07:00
2016-03-20 15:57:43 -10:00