rhysmorgan134 / node-CarPlay

MIT License
131 stars 23 forks source link

Interface for subscribing to errors #38

Closed steelbrain closed 10 months ago

steelbrain commented 10 months ago

We should have an API so consumers can subscribe to such errors (and attempt to recover by reloading the page, resetting the usb device etc)

gozmanyoni commented 10 months ago

The driver emits a failure event and closes - we can bubble that up

gozmanyoni commented 10 months ago

@steelbrain merged your PR - ok to close this?

steelbrain commented 10 months ago

Thanks and yes please