Hacker News new | ask | show | jobs
by matthewcford 852 days ago
Likely to be a multi-threading issue; my bet is the cache client wasn't thread-safe. I've seen this in some apps before and the solution was to turn off multi-threading while we debug the library that was causing the issue.
1 comments

This is the answer!