GreanTech / AtomEventStore

A server-less .NET Event Store based on the Atom syndication format
MIT License
117 stars 14 forks source link

AtomEventsInMemory should be thread-safe #66

Closed ploeh closed 10 years ago

ploeh commented 10 years ago

The AtomEventsInMemory class isn't thread-safe, but since it may conceivably be accessed by multiple readers and writers, it should be.