-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to monitoring a socket returned from :listen, handshake or connect.
Describe the solution you'd like
Is it possible to integrate in OTP the function monitor(Socket) like sockname(Socket)?
Describe alternatives you've considered
Currently, on new main version, we have to inspect sockname and write our own monitor function.