Tony - Is there a better pattern for multiple S...
Is there a better pattern for multiple SK servers? Currently one server is subscribing to another server’s notification and when I dismiss the notification in WSK it fires again. Likely due to polling and not dismissing on the source server. Can I connect to multiple servers in WSK?
5 Replies
You can't connect to mutiple servers at the same time
in this case, the original server has no idea that you dismissed the alarm
probably, the right thing to do is forward any put messages on the originating server
That works for me. Can I use some event handler in node-red to forward to notification source server?
hmm… maybe
Maybe I can also have the source server subscribe to some state change on the WSK server and trigger an update use its node-red instance
in theory, yes