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

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

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