Replies: 1 comment
-
Can you post your code? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Main starts a wait for Any
FunctionA Starts a Script -> Starts another seperate WebSocket, using another Protocol internally, same WS Address as Function B uses
FunctionB watches a WebSocket
When i now wanna close the WebSocket in Function A, it seems like Function B loses it's connection as well, but this is closed by CC not the Server(so it's not like the Socket gets mixed up on WS End)
So either FunctionA gets a clone from Function B
Or FunctionA reopens the WebSocket, and leaves the first WebSocket in the Limbo?
Beta Was this translation helpful? Give feedback.
All reactions