Closed
Description
Module
UDP/ Datagram Sockets documentation
Current Documentation
The description for the listening
event for dgram.Socket
states that 'This occurs as soon as UDP sockets are created'. Reference
Expected Documentation
To my understanding this is incorrect as the listening event is fired once the socket is bound to a Port and Address. This is also stated elsewhere in the documentation (Refer) 'Once binding is complete, a 'listening' event is emitted ...'