From aeffc5fa700b0e33529f7bb7c9ddbd2715e2d9c0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Aug 2012 15:26:12 -0400 Subject: [PATCH] pause, then resume, then pause fails Most puzzling. --- doc/design/assistant/syncing.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn index 58b3257e31..bc8b5da26b 100644 --- a/doc/design/assistant/syncing.mdwn +++ b/doc/design/assistant/syncing.mdwn @@ -3,6 +3,11 @@ all the other git clones, at both the git level and the key/value level. ## immediate action items +* pause, resume, and pause of a transfer fails... The first pause is ok, + and the first remote. The second pause seems to block forever when + it signals the transfer thread. I've checked: ThreadID is correct. Thread + is still running. No exception is thrown. WTF? + ## longer-term TODO * Test MountWatcher on LXDE.