mirror of
https://github.com/fhmq/hmq.git
synced 2026-05-04 07:08:32 +00:00
During a temporary service re-hydration, this allows the recovering service to: 1.) Sub to /connections for all incoming connections then 2.) Get a list of all connections that exist rn. This is useful for rebuilding caches and if any of your edge-workers need to be restarted, they can. It also allows for you not to have a 100% coupling in Redis or any other MQ stream. There are still no routes for the MQ streams to get all conns on connect, when we migrate to this we will add in this support as well