mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-15 02:30:40 -07:00
This PR is based out of #633. It imroves parsing QRSID so that the TestRouteQueueSemantics test now passes (when dealing with malformed QRSID). A test similar to what is reported in #632 was also added. This test however, uncovers a race condition that will be fixed in a separate PR. Resolves #632