You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when using GetIterator, it is not possible to reply to the sender (using the reply_to header for example) as the GetIterator already holds a mutable reference on the channel.
I think making the channel field public would allow working around this, but maybe there is a better way?
The text was updated successfully, but these errors were encountered:
Currently, when using GetIterator, it is not possible to reply to the sender (using the reply_to header for example) as the GetIterator already holds a mutable reference on the channel.
I think making the channel field public would allow working around this, but maybe there is a better way?
The text was updated successfully, but these errors were encountered: