yggdrasil-android icon indicating copy to clipboard operation
yggdrasil-android copied to clipboard

Unhandled exception java.lang.InteruptedException on starting Yggdrasil

Open EugeneMartein opened this issue 6 months ago • 0 comments

This line throws an unhandled InteruptedException.

https://github.com/yggdrasil-network/yggdrasil-android/blob/34756b21938704d6bbd9ddcc2c01b295ad163112/app/src/main/java/eu/neilalexander/yggdrasil/PacketTunnelProvider.kt#L235

Change it to the following line:

if (sleep()) return

image

EugeneMartein avatar Aug 20 '24 07:08 EugeneMartein