SOCK_DGRAM sockets automatically bind to a local address when data is written to them. Pants should alter its state to reflect this by setting _listening to True and updating events (if necessary) either directly before a call to sendto() or directly after. Not sure which.
SOCK_DGRAM sockets automatically bind to a local address when data is written to them. Pants should alter its state to reflect this by setting _listening to True and updating events (if necessary) either directly before a call to sendto() or directly after. Not sure which.