I hava a milo opc ua client and added a fault listener with client.addFaultListener(this) and I have overridden the method onServiceFault (so that it implements ServiceFaultListener).
When I shutdown my opc ua server I only get a messages from milo: [WARNING][org.eclipse.milo.opcua.sdk.cli] [4] Keep Alive failureCount=1 exceeds failuresAllowed=0 but my fault listener is not executed.
In what cases is the onServiceFault listener executed by milo?