freswa / dovecot-xaps-daemon

MIT License
51 stars 11 forks source link

fix "concurrent map read and map write" error #27

Closed freswa closed 1 year ago

freswa commented 1 year ago

Not only concurrent writes, but also read and writes are an issue for the map implementation. Long term this should be rewritten, but short term mutexes in the right locations should be sufficient.

Fixes #26