allowTransientSubscriptions

Whether to allow subscribers that can unsubscribe on their own.

Normally, if a subscriber appears, but their subscription coroutine ends (i.e. they did not suspend forever), an exception will be thrown. This can indicate an error in the client code (e.g. forgot to collect a flow), but can be intended behavior sometimes.

By default, this is enabled if debuggable is true.