← Back to all updates

Cleaned Up Cancelled Chat Streams

Commit: 02e142b

Improved handling of cancelled chat streams for better resource management.

Changes

  • Removed references to cancelled chat streams from the active session management logic.
  • Optimized memory usage by releasing resources associated with cancelled chat streams immediately.
  • Implemented state validation to prevent operations on cancelled chat streams, enhancing stability.