jamesmontemagno/ConnectivityPlugin

IsRemoteReachable() reentrancy

abrasat opened this issue · 1 comments

Is it possible to call IsRemoteReachable() from 2 parallel running tasks ? Somehow it looks like that the method never returns, if a second method call is initiated before the first call returns.

Same issue for me too
@jamesmontemagno do you know whether that should be possible?