diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-29 15:26:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-29 15:26:12 -0400 |
commit | aeffc5fa700b0e33529f7bb7c9ddbd2715e2d9c0 (patch) | |
tree | 8baedebf2682586b6491f33dd461e012c5abd78e /doc | |
parent | 99525f8454ecdcc41b37d8fcae83502ea5044d43 (diff) |
pause, then resume, then pause fails
Most puzzling.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/syncing.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn index 58b3257e3..bc8b5da26 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. |