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
{{ message }}
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
recursive use of an object detected which would lead to unsafe aliasing in rust
I think this is because how I'm swapping in GlueDB after it inits a federation for the first time if none existed. Doesn't seem to hurt anything but probably not safe. A better approach would be to empty init GlueDB but do not start it until a federation is added.
The text was updated successfully, but these errors were encountered:
This is happening somewhere in FederationClient::new but only when adding for the first time. But it's happening either kind of inconsistently or the error log is showing up in different places sometimes. Hard to tell but nothing important I think. Postponing for later, nothing is presenting itself as a problem.
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
I think this is because how I'm swapping in GlueDB after it inits a federation for the first time if none existed. Doesn't seem to hurt anything but probably not safe. A better approach would be to empty init
GlueDB
but do not start it until a federation is added.The text was updated successfully, but these errors were encountered: