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
With the code I attached in there, I don't see the problem of $self going to undef while commands are still pending.
Without my patch, if I have a long-running AnyEvent process that fires off commands and lets the handle go out of scope, I get undefined $self errors even though $cmd_cv has not yet been sent.
Thanks,
Michael.
The text was updated successfully, but these errors were encountered:
I commented on the commit that introduced weaken $self.
With the code I attached in there, I don't see the problem of $self going to undef while commands are still pending.
Without my patch, if I have a long-running AnyEvent process that fires off commands and lets the handle go out of scope, I get undefined $self errors even though $cmd_cv has not yet been sent.
Thanks,
Michael.
The text was updated successfully, but these errors were encountered: