teleclimber / Dropserver

An application platform for your personal web services. https://dropserver.org
Apache License 2.0
42 stars 1 forks source link

Deadlock in restore appspace #104

Open teleclimber opened 1 year ago

teleclimber commented 1 year ago

I keep having to restart ds-host while working on restore appspace component. I'm not sure how but it seems prone to locking. I've observed that when it locks it locks for all appspaces making me thing it's the token mux that's not releasing on occasion. It's possible a subroutine never ends and thereofre keeps the lock forever. Really need Contexts and timeouts in there.