-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
Description
Hello and thanks so much for the great library. I know you said that it is not thread safe, but do you have any ideas on how I can make it so? It's very strange because I've been using the library for around a year with no problems. Now, all of a sudden I'm getting these deadlocks in REST.java where it is synchronizing on the mutex object. I tried synchronizing the whole method, but no luck. Hopefully someone smarter than myself can give me a little advice.
Thanks!
PS - I'm running my gallery on Tomcat in Linux with Java 7.