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
Why they are suspicious? Because they call self.release(RESTComponent) manually, but this operation should be performed automatically during Session.shutdown():
During the refactoring (#6335), we found few suspicious places that can indicate potential problems:
tribler/src/tribler-core/tribler_core/components/implementation/gigachannel.py
Line 59 in 2fa959e
tribler/src/tribler-core/tribler_core/components/implementation/gigachannel_manager.py
Line 39 in 2fa959e
tribler/src/tribler-core/tribler_core/components/implementation/ipv8.py
Line 132 in 2fa959e
tribler/src/tribler-core/tribler_core/components/implementation/libtorrent.py
Line 57 in 2fa959e
tribler/src/tribler-core/tribler_core/components/implementation/metadata_store.py
Line 63 in 2fa959e
tribler/src/tribler-core/tribler_core/components/implementation/torrent_checker.py
Line 45 in 2fa959e
Why they are suspicious? Because they call
self.release(RESTComponent)
manually, but this operation should be performed automatically duringSession.shutdown()
:The text was updated successfully, but these errors were encountered: