ybizeul / StreamDeckWS

A WebServices proxy to connect an Elgato Stream Deck to a Node-RED server
84 stars 11 forks source link

WSProxy inside Multi action #2

Closed kjetilpp closed 3 years ago

kjetilpp commented 3 years ago

Hello. Have some WSProxy actions inside an multi action, they are not working. Think the issue is that the websocket is not created, Node-red says it's disconnected.

If i put a WSProxy action with same nedpoint next to the multi action, then the multi action is working, and node-red says it's connected.

SD Software: 4.9.0.13177 WSProxy: 1.1.7

ybizeul commented 3 years ago

Thanks for your report.

Indeed, as the websocket is opened when the key is actually displayed, in the context of a multi action it'll try to trigger while the socket has never been opened. I'll look into this.

ybizeul commented 3 years ago

Fixed in 1.1.8