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
thus preventing to pass a custom socket to newDatagramTransport.
Calling createAsyncSocket already calls register so I'm not sure if it's necessary here. A workaround would be to use AsyncFD(createNativeSocket()) instead of createAsyncSocket().
The text was updated successfully, but these errors were encountered:
Minimal example:
This fails with
thus preventing to pass a custom socket to
newDatagramTransport
.Calling
createAsyncSocket
already callsregister
so I'm not sure if it's necessary here. A workaround would be to useAsyncFD(createNativeSocket())
instead ofcreateAsyncSocket()
.The text was updated successfully, but these errors were encountered: