Closed
Description
Could probably be an error instead?
sock.handle
is a null pointer here
julia/stdlib/Sockets/src/Sockets.jl
Line 817 in 5dbf45a
julia/stdlib/Sockets/src/Sockets.jl
Line 821 in 5dbf45a
Would peer = isopen(sock) ? getpeername(sock) : nothing
be a safe alternative to avoid this segfault (or error if this issue is fixed)?