Warlock to Warlock communication
I need to get warlock working in a load-balanced multi-host environment. This should not be too hard and I see this working as follows.
- Warlock connects to another host with a special connection type (similar to that admin connection)
- All messages received on one warlock host are sent to all other connected warlocks.
- All messages received by another warlock host are sent to all connected and subscribed clients.
- All messages received by another warlock host are sent to all connected hosts except that which is connected.
- If a duplicate message is received, it is ignored.