Modify ↓
Opened 6 years ago
Closed 6 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 | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
After I cancel a download, every new download ends silently without doing its work.
Attachments (0)
Change History (1)
comment:1 Changed 6 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
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...