Modify

Ticket #51 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

Change History

comment:1 Changed 5 years ago by anonymous

  • Status changed from new to closed
  • Resolution set to fixed

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:

  • The current osm server implementation may wait a long time at the connection before it starts transmitting data
  • I cannot cancel an URL.openConnection() in Java, so I cannot cancel this particular connection establish.

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...

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
as The resolution will be set. Next status will be 'closed'
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.