Callbacks for matching and cancelling need to be changed from a function made on the fly which contains the channel to send the notification back (made from a closure) to a function that actually searches a reference for the channel, in case the connection is lost and recovered somewhere else, this reference could be updated and the notification successfully sent back (it would now try to send to the old channel)
Callbacks for matching and cancelling need to be changed from a function made on the fly which contains the channel to send the notification back (made from a closure) to a function that actually searches a reference for the channel, in case the connection is lost and recovered somewhere else, this reference could be updated and the notification successfully sent back (it would now try to send to the old channel)