yggdrasil-network / yggdrasil-android

Reference implementation for connecting to the Yggdrasil Network from Android devices
MIT License
125 stars 19 forks source link

Unhandled exception java.lang.InteruptedException on starting Yggdrasil #64

Closed EugeneMartein closed 3 weeks ago

EugeneMartein commented 2 months ago

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