You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we can figure out a way to handle errors from (make-thread) and (async-start) then we should be able to permit only one simultaneous operation per remote file, this should solve issue #53 and #57
Preferably using (condition-case) as described here.
The text was updated successfully, but these errors were encountered:
If we can figure out a way to handle errors from
(make-thread)
and(async-start)
then we should be able to permit only one simultaneous operation per remote file, this should solve issue #53 and #57Preferably using
(condition-case)
as described here.The text was updated successfully, but these errors were encountered: