pstuifzand / ekster

microsub server
GNU General Public License v3.0
27 stars 4 forks source link

Fix data race in memory backend #23

Closed pstuifzand closed 5 years ago

pstuifzand commented 6 years ago

https://github.com/pstuifzand/ekster/blob/fa61569e565ca42d88b067ea5c4939a2f48a904b/cmd/eksterd/memory.go#L777

pstuifzand commented 5 years ago

Added mutexes calls around reads and writes to the backend struct.