Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: APP crashed when receiving ICMPv6 NS frames (#81)
After zerotier/ZeroTierOne@707d7de, the `VirtualNetworkFrameFunctionCallback` in JNI might be called in a new thread. Therefore, calling `GetEnv` might result in `JNI_EDETACHED`, which causing assertion fault or SIGSEV in Release build.
- Loading branch information