Ticket #149 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

service.py sends Coherence.UPnP.DeviceClient.Service.notified before setting laast update time

Reported by: Lawrence Assigned to: dev
Priority: major Milestone:
Component: Core Version:
Keywords: Cc:

Description

service.py sends Coherence.UPnP.DeviceClient?.Service.notified before setting last update time.

The clients check for the service having a valid last update time before indicating that the device detection is complete, therefore the time needs setting first.

i.e. upnp.devices.media_server_client.py in service_notified

Attached patch is for upnp.core.service.py

Attachments

service.dif (0.8 kB) - added by Lawrence on 11.07.2008 13:39:16.

Change History

11.07.2008 13:39:16 changed by Lawrence

  • attachment service.dif added.

13.07.2008 11:51:50 changed by dev

  • status changed from new to closed.
  • resolution set to fixed.

(In [959]) prevent a race condition, thx Lawrence - closes #149