mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-17 21:23:18 +00:00
03b2cdab5a
When an error (to be fixed) happened while updating expiry, an asyncsession failed to have a reaper scheduled for cleanup. Correct this by putting the reaper schedule right after the cancellation. Further, an async being destroyed did not reap related console sessions. Add code to reap related console sessions when the async session gets destroyed.