mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-15 10:40:41 -07:00
- Solve RS+ with wildcards - Solve issue with messages not send to remote gateways queue subs if there was a qsub on local server. - Made rcache a perAccountCache since it is now used by routes and gateways - Order outbound gateways only on RTT updates - Print a server's gateway name on startup - Augment/add some tests - Update TLS handling: when connecting, use hostname for ServerName if url is not IP, otherwise use a hostname that we saved when parsing/adding URLs for the remote gateway. - Send big buffer in chunks if needed. - Add caching for qsubs match Signed-off-by: Ivan Kozlovic <ivan@synadia.com>