Modify ↓
Opened 18 years ago
Closed 18 years ago
#51 closed defect (fixed)
After cancelling a download, new downloads or uploads no longer works
Reported by: | frsantos | Owned by: | imi |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
After I cancel a download, every new download ends silently without doing its work.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Some problems fixed.
For the remaining: If it looks like even the "please wait..." popup does non pop up, you may have to wait a bit before it shows and the download starts. This is because of two things:
This *could* be fixed by wrapping the openConnection in its own thread and discard the thread if not longer needed, but I dislike this. Better look for an other way to build up a connection ot osm server than URL.openConnection...