Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Figure out what to do with socket errors with node-ssdp #477

Open
vjrantal opened this issue Jan 21, 2016 · 0 comments
Open

Figure out what to do with socket errors with node-ssdp #477

vjrantal opened this issue Jan 21, 2016 · 0 comments

Comments

@vjrantal
Copy link
Member

vjrantal commented Jan 21, 2016

When node-ssdp binds to a socket, it adds an error listener. In that listener, the error is only logged, but there is no public API to bubble up the errors in the socket.

We were speculating that this isn't probably a very common error scenario in real life cases, but this issue is as a reminder to double-check what would be a better way of handling this (compared to how we currently handle it, which is ignoring the potential errors).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants