Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Client subscribing to events can be blind for up to 200 seconds if the target device is restarted (device restart) #496

Closed
@bourtemb

Description

@bourtemb

A client subscribing to events on an attribute does not receive events during a period of time which can be as long as 200 seconds in case the target device is restarted (device restart, not process restart).
No error is reported on the client side so a GUI will continue to display the old attribute value, which might be wrong.
The client will start receiving again events after the device restart when it will send an event resubscription command. These event resubscription commands are sent by every client every 200 seconds.
If there are several clients subscribing to the same event, as soon as one client has sent the resubscription command, the other clients will receive again the events.
This behaviour has been observed with Tango 9.2.5 (client and server side) too.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions