Skip to content

fix: permit concurrent util calls#146

Merged
KnorpelSenf merged 3 commits intomainfrom
fix-concurrent-waits
Nov 20, 2025
Merged

fix: permit concurrent util calls#146
KnorpelSenf merged 3 commits intomainfrom
fix-concurrent-waits

Conversation

@KnorpelSenf
Copy link
Member

These changes bypass external for the util calls conversation.now etc. This also bypasses the concurrency check which is not needed for them. In addition, this compresses future data to use a simpler format, and it avoids a structuredClone call.

All of this enables concurrent calls to the util methods. As conversation.now is called inside wait, this is needed to re-enable concurrent wait calls.

Fixes #141.

@KnorpelSenf KnorpelSenf merged commit b11bbfc into main Nov 20, 2025
6 checks passed
@KnorpelSenf KnorpelSenf deleted the fix-concurrent-waits branch November 20, 2025 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: concurrent wait calls throw

2 participants