Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
discovery: don't panic on libmdns errors
On panic, the discovery task crashes, but the main program is not notified of this. Returning an error will result in the Discovery stream yielding None, serving as notification to the application (which might shutdown with error, for example, if no other means of authentication is available).
- Loading branch information