Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] whether there is a heartbeat and reconnection mechanism with milo client

You should implement a heartbeat yourself, if for no other reason than to keep your session alive. This is commonly done by periodically reading the server's CurrentTime and State nodes.

The client will automatically reconnect, reactivate the session, or create a new one if necessary, but this will only happen when its detected that the TCP connection has closed or there's an error in response to one of the service calls.


On Mon, Apr 24, 2017 at 7:05 PM, george.ray <george.ray@xxxxxxxxxx> wrote:
Hi,

About OPC connection manager, I have a question:
After connecting OPC sever with milo client SDK, how does the OPC Client maintain a long connection with the server, and whether there is a heartbeat and reconnection mechanism?
Thanks!

Best regards,
George Ray

_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/milo-dev



Back to the top