UNBIND_ON_CLOSE_DEFAULT

private const val UNBIND_ON_CLOSE_DEFAULT: Boolean = false

Whether to set unbindOnClose by default.

This is currently set to false as invoking runBlocking in close may cause deadlocks.