Commit a2a711a3 authored by Matteo Collina's avatar Matteo Collina
Browse files

dgram: generalized send queue to handle close

If the udp socket is not ready and we are accumulating
messages to send, it needs to delay closing the socket when
all messages are flushed.

Fixes: https://github.com/nodejs/node/issues/7061
PR-URL: https://github.com/nodejs/node/pull/7066


Reviewed-By: default avatarAnna Henningsen <anna@addaleax.net>
parent c01d61af
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment