Reply To: MessageEventNode removed

Forums 💬 FlowCanvas ⚙️ Support MessageEventNode removed Reply To: MessageEventNode removed

#12680
Gavalakis
Keymaster

    Hello,

    The events backend changed considerably for performance reasons as well as to be strongly typed. The replacement for ‘MessageEventNode’ is now the ‘RouterEventNode’ and instead of using ‘GetTargetMessageEvents’, we now override ‘Subscribe’ and ‘Unsubscribe’ methods. Within those methods we use the ‘router’ parameter they have to subscribe and unsubscribe from events. Please take a look at the ‘TriggerEvents.cs’ node to cleary see how this is used for an example.

    Let me know if you have any more questions. Thanks 🙂