vitaly-t / sub-events

Lightweight, strongly-typed events, with monitored subscriptions.
https://vitaly-t.github.io/sub-events
MIT License
38 stars 2 forks source link

IEmitOptions.onFinished not invoked without subscribers #33

Closed vitaly-t closed 5 hours ago

vitaly-t commented 6 hours ago

v1.9.1

Expected:

Optional callback IEmitOptions.onFinished must be invoked with 0 when there are no subscribers.

Actual:

No call made, It works only when there is at least 1 subscriber exist.

vitaly-t commented 5 hours ago

Fixed in v1.10.0