You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need to use the tun_kill function because the below line throws segmentation fault if we call the wintun end session after starting the tunnel. I tried to call the tun->close after uv_stop function call, still it seg faults at the same line.
uv_async_send(tun->read_available);
So until we fix the run reader issue after session close, we cannot use it.
The text was updated successfully, but these errors were encountered:
we need to use the tun_kill function because the below line throws segmentation fault if we call the wintun end session after starting the tunnel. I tried to call the tun->close after uv_stop function call, still it seg faults at the same line.
uv_async_send(tun->read_available);
So until we fix the run reader issue after session close, we cannot use it.
The text was updated successfully, but these errors were encountered: