-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unattended Listener Error #1221
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
Comments
ricmoo
added
investigate
Under investigation and may be a bug.
on-deck
This Enhancement or Bug is currently being worked on.
labels
Jan 12, 2021
ricmoo
added
bug
Verified to be an issue.
and removed
investigate
Under investigation and may be a bug.
labels
Jan 13, 2021
I do believe this is the same problem as #1208. Please see that issue for updates. :) |
ricmoo
added a commit
that referenced
this issue
Jan 13, 2021
This should be addressed in 5.0.26. Please try it out and let me know. :) |
ricmoo
added
fixed/complete
This Bug is fixed or Enhancement is complete and published.
and removed
on-deck
This Enhancement or Bug is currently being worked on.
labels
Jan 15, 2021
Closing this now, as I think the problem has been resolved. If not, please re-open. Thanks! :) |
This was referenced Mar 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
I wrote a listener for my contract that's always up and running. Everything is still in testing so there's not a lot of transactions happening. I left the listener running for a few hours and came back to this (just one of many that are basically the same):
I assume I can fix this myself by wrapping the listener in a
try/catch
, but thought I'd mention in case it's something you'd like to be aware of.HAPPY NEW YEAR!!
The text was updated successfully, but these errors were encountered: