Skip to main content
method Deno.DatagramConn.close
DatagramConn.close(): void
Deprecated

Close closes the socket. Any pending message promises will be rejected with errors.

Return Type

void
Back to top