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
I've noticed this part is commented in shutdown function:
/*
self.lazyInitializationLock.withWriterLockVoid {
// self._serialization = nil // FIXME: need to release serialization
}
*/
and serialisation context and userInfo (encoder.userInfo[.actorSystemKey] = self.context.system) are holding strong reference to cluster system. Worth checking.
When doing this PR I've noticed ClusterSystem is never deinit'ed after shutdown.
The text was updated successfully, but these errors were encountered: