closeBase

suspend fun closeBase(reason: CloseReason = CloseReason.Normal)

Closes the underlying delegate.

Call this when you are done with the mux entirely and want to tear down the shared socket. Individual channel views are closed via Seam.close on the view itself; that does not close the base — only this method does.