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
fix: ensure main client closes even if child close fails, add moderation test
Wrap child client closing in try/finally so super().aclose() always
runs. Use child.aclose() instead of child.client.aclose() to keep
close semantics encapsulated. Add test for moderation client closure.
0 commit comments