Attempt on adding ref/unref on UDP
1 Reply
Hello! I've checked the official Deno documentation and couldn't find an answer to your question regarding the implementation of
unref
for udp.UDP.prototype
.
Based on the information provided in your message, I don't see any obvious syntax errors or mistakes. However, since I don't have access to the actual code changes you've made in pull request #21521, I can't provide specific advice on your implementation.
Please note that the advice I'm providing is not based on the Deno documentation, and I recommend double-checking the accuracy of any advice given. For insights and suggestions on contributing to Deno's codebase, engaging with the Deno community on the pull request itself or in related discussion threads can be very helpful. Contributors and maintainers involved in the project can provide you with the most relevant feedback and guidance on implementing new features like unref
for UDP in Deno.