diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-29 18:02:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-29 18:02:52 -0400 |
commit | 5d5b6c8be2091f3f6de76295d4d66833c5719431 (patch) | |
tree | 1d04676cd27608efaa5629017eb7bcdbbaf0f21a /doc | |
parent | 067e7f82c7b1ad8e53251000c2eb0514f9b45aa2 (diff) |
fix repeated pause and resume of a transfer
I had an intuition that throwTo might be blocking because an exception was
caught and the exception handler was running. This seems to be the case,
and is avoided by using try. However, I can't really find anywhere in
throwTo's documentation that justifies this behavior.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/syncing.mdwn | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn index 8677fdb84..9bd04e0ea 100644 --- a/doc/design/assistant/syncing.mdwn +++ b/doc/design/assistant/syncing.mdwn @@ -3,11 +3,6 @@ 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 resume. 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? (One or twice, it worked, - but then blocked next time paused.) ## longer-term TODO |