-
Notifications
You must be signed in to change notification settings - Fork 46
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
Exception while handling packet #103
Comments
The cursor does not exist. This probably happens while shutting down. Is this correct @xoriole ? |
It seems this line: py-ipv8/ipv8/attestation/trustchain/community.py Lines 399 to 400 in 6c4f728
Should be executed after the parent (superclass) is unloaded, instead of before the super is unloaded. |
@qstokkink yes, correct, it happens during shutdown.
seems right. |
The text was updated successfully, but these errors were encountered: