Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fall thru to tcp/ip for any AF_UNIX/ipc error
zeromq/pyzmq#1505 a few Jupyter users have encountered an issue where there program ends after this assert: Bad file descriptor (C:\ci\zeromq_1602704446950\work\src\epoll.cpp:100) We found this happens for users that have a windows 10 build that supports AF_Unix sockets but does not for those who have older windows 10 builds. this change is to remove the preserved errno (which doesn't appear to be used/checked anywhere-hence the later assert/abort) and instead after cleanup try to use a tcp/ip socket.
- Loading branch information