from hannah - "I think you’ve got a deadlock in your code after this commit to autoretrieve — https://github.com/application-research/autoretrieve/commit/be0a8b3c1f5d519df6260876324a5388d6abadd5
-- Put takes the lock and doesn’t release till the end, but then calls notifyWaitCallback which attempts to take the lock from within the lock Put has taken. Fix incoming I think though I’m not the expert here."
from hannah - "I think you’ve got a deadlock in your code after this commit to autoretrieve — https://github.com/application-research/autoretrieve/commit/be0a8b3c1f5d519df6260876324a5388d6abadd5 -- Put takes the lock and doesn’t release till the end, but then calls notifyWaitCallback which attempts to take the lock from within the lock Put has taken. Fix incoming I think though I’m not the expert here."