update
This commit is contained in:
parent
df2473a476
commit
067e7f82c7
2 changed files with 9 additions and 2 deletions
|
@ -4,9 +4,10 @@ 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
|
||||
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?
|
||||
is still running. No exception is thrown. WTF? (One or twice, it worked,
|
||||
but then blocked next time paused.)
|
||||
|
||||
## longer-term TODO
|
||||
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
The webapp is a web server that displays a shiny interface.
|
||||
|
||||
## bugs
|
||||
|
||||
* At least in chromium, clicking on the transfer pause or cancel button
|
||||
sometimes fails. Seen in javascript console:
|
||||
500 error code from web server.
|
||||
|
||||
## interface
|
||||
|
||||
* list of files uploading and downloading **done**
|
||||
|
|
Loading…
Add table
Reference in a new issue