google / nel-collector

Network Error Logging (NEL) collector
https://wicg.github.io/network-error-logging/
Apache License 2.0
38 stars 17 forks source link

Make HotSwap close handlers when swapping. #40

Closed cstahl1 closed 5 years ago

cstahl1 commented 5 years ago

Because handlers can be asynchronous, we add the requirement of a Close method to ensure that when a new handler is added, the older one is closed.