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
Unless I'm mistaken, there might have been a breaking change in the v0.8.0 of this package here.
To give some context, i.handleConnection does not return before the connection is closed, meaning that, with this new line i.wg.Wait(), the call i.Start() does not return until the connection is closed.
On my side, I have code which starts the initiator and then continues execution in v0.7.0; but stalls on i.Start() with v0.8.0.
Maybe this is intended behavior, but it's breaking on my side. Let me know if this is not intended, I can open a PR.
The text was updated successfully, but these errors were encountered:
Hi everyone!
Unless I'm mistaken, there might have been a breaking change in the v0.8.0 of this package here.
To give some context,
i.handleConnection
does not return before the connection is closed, meaning that, with this new linei.wg.Wait()
, the calli.Start()
does not return until the connection is closed.On my side, I have code which starts the initiator and then continues execution in v0.7.0; but stalls on
i.Start()
with v0.8.0.Maybe this is intended behavior, but it's breaking on my side. Let me know if this is not intended, I can open a PR.
The text was updated successfully, but these errors were encountered: