Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disconnect error during transport reset (iOS devices only) (#231)
Currently, in iOS devices a disconnect error will be thrown when trying to reset the transport object. The reason for this is because the ETH app hasn't been recreated with the new transport object, even though the transport has the same properties as the previous one. Note: We do not see this in Android devices, the setup and communication will work correctly without the need to reset the transport object. Co-authored-by: Gustavo Antunes <[email protected]>
- Loading branch information