We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
per-Responder or per-Service ?
Inspired by #3
The text was updated successfully, but these errors were encountered:
@ryanpresciense Have you got a real use-case for this?
Sorry, something went wrong.
One usecase for this might be - librespot-org/librespot#67
Interesting... perhaps making it possible to allow failure to bind to one of the two interfaces, would be enough.
Perhaps:
let responder = Responder::new()
responder.register(...)
handle.spawn(responder.ipv4_task()?)
handle.spawn(responder.ipv6_task()?)
User-code can then decide to let things slide or not.
No branches or pull requests
per-Responder or per-Service ?
Inspired by #3
The text was updated successfully, but these errors were encountered: