In general it is recommended to use a dedicated driver for each OPC UA server. In any case, the lifetime count requested by the OPC UA server should be set sufficiently high to counter delays that may occur due to tcp retransmits and reconnect delays in case of connection loss. For drivers with multiple connections this is the cumulative delay time spanning all connections. Note, that the OPC UA server may refuse a high lifetime count as configured and use a lower value.
In the case where a single driver has many connections it can still happen under specific circumstances that a valid connection is not updating the variables when multiple other connections have no communication.
In general it is recommended to use a dedicated driver for each OPC UA server. In any case, the lifetime count requested by the OPC UA server should be set sufficiently high to counter delays that may occur due to tcp retransmits and reconnect delays in case of connection loss. For drivers with multiple connections this is the cumulative delay time spanning all connections. Note, that the OPC UA server may refuse a high lifetime count as configured and use a lower value.
In the case where a single driver has many connections it can still happen under specific circumstances that a valid connection is not updating the variables when multiple other connections have no communication.
split multiple connections over multiple driver instances to avoid interferences.