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
fixesnanomsg#213 Want options to set permissions on IPC socket
This adds new options only available on UNIX systems to set
the permissions and ownership of the UNIX domain socket.
It also adds fixes to work better when testing with WSL
by forcing the sockets to be created in a temp dir.
fixesnanomsg#201 Requests respond with send timeout after some time
* Add test demonstrating req ctx send/close race
* Add pipe back to ready queue after send unless the socket is closed, rather than the context
Version 3.0.0
Note that this introduces a new import path!
Please change all references from nanomsg.org/go/mangos/v2 to
the new path: go.nanomsg.org/mangos/v3