Files
nats-server/server
Ivan Kozlovic 75ec78c232 [FIXED] Explicit gateway not using discovered URLs
If cluster A configures a gateway to cluster B, the server on A
tries to connect to that server URL. If there is no server on B
at that address, but a server on B with different address connects
to server on cluster A, that server should be able to create its
outbound connection in response.
That was not the case because the configured URLs were snapshot
before the loop of trying to connect. When accepting an inbound
connection and updating the array, this new URL was not being used.

The issue is only if the server on A had no outbound connection
at that time.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2019-10-24 16:40:38 -06:00
..
2019-10-15 23:55:13 +08:00
2019-09-30 19:42:11 -06:00
2019-09-27 16:08:24 -07:00
2019-09-27 16:38:43 -07:00
2019-05-10 15:11:30 -07:00
2019-09-20 12:19:27 -06:00
2019-09-19 14:42:38 -06:00
2019-09-30 19:42:11 -06:00
2019-05-06 15:41:38 -07:00
2018-12-06 15:09:14 -08:00
2019-08-20 14:39:23 -06:00
2019-02-04 17:07:49 -08:00
2019-09-17 09:37:35 -07:00
2019-05-10 15:11:30 -07:00
2019-05-29 13:19:58 -07:00
2018-10-06 14:06:14 -07:00
2018-03-15 22:31:07 -07:00
2018-03-15 22:31:07 -07:00
2019-09-18 12:45:12 -06:00
2019-01-18 10:54:04 +08:00