Skip to content

Conversation

jg1uaa
Copy link
Contributor

@jg1uaa jg1uaa commented Mar 1, 2021

for details, please see comment at previous pull request: #313 (comment)
this diff adds POLLHUP (caused by device I/O error, i.e. USB audio un-plugged) check and abort direwolf with messages when received it.

rewrite

    int err;
    err = poll_sndio();
    if (err < 0) {
        :

to

    if (poll_sndio() < 0) {
        :
@wb2osz wb2osz merged commit 0e68a77 into wb2osz:dev Apr 11, 2021
@wb2osz
Copy link
Owner

wb2osz commented Apr 11, 2021

This has been merged to the "dev" development branch.
Thanks for the enhancement.

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

Successfully merging this pull request may close these issues.

2 participants