temporalio / samples-server

MIT License
37 stars 32 forks source link

bugfix: Release read lock instead of read-write lock #78

Closed swgillespie closed 6 months ago

swgillespie commented 6 months ago

The previous line acquires a read lock, we should release only the read lock.