Hello,
I finally find a use case to test channel wire in a real application. Unfortunately, the data I want to transfer from one loop to another one is set as private scope. As far as I understood from the error message thrown by the endpoint creator, endpoint can’t work due to the private scope. It totally make sense.
Anyway, could you confirm me that the only way to create the endpoint is by disconnecting the ctl ?
If so, what will be the tradeoff cause by coercion dot ?
Thank you in advance.