close abstract method

Future<void> close()

Application-level close: the caller is done with the whole connection.

This closes the local read and write sides. It may discard unread input and fail pending writes. To only signal EOF to the remote while continuing to read, call TailscaleConnectionOutput.close instead.

Implementation

Future<void> close();