Mclose
Bun

method

dgram.Socket.close

callback?: () => void
): this;

Close the underlying socket and stop listening for data on it. If a callback is provided, it is added as a listener for the 'close' event.

@param callback

Called when the socket has been closed.