We can solved it by using our own logic for retry the LivePreview
command again, once the preview fire the EOFException
then we can catch it and fire the same command again after minor delay i.e. 0.5 second. It means you can fire command after 0.5 seconds when your first command failed.
2 Likes