Skip to content
New issue

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

[ISSUE] Give users the opportunity to handle "Unsupported events" rather than just throwing them away #138

Open
DrEsteban opened this issue May 21, 2024 · 0 comments

Comments

@DrEsteban
Copy link

DrEsteban commented May 21, 2024

Issue Type

  • Feature Request

Describe the issue

default:
var message = $"Unsupported Event: {eventType}\n{body}";
Console.WriteLine(message);
Debug.WriteLine(message);
break;

Right now the library has a default: case when handling events that simply throws unrecognized events away, with no ability to intercept them. The library should provide a better mechanism for users to handle this differently/extend the capability of the library if they wish.

To Reproduce
N/A

Expected behavior
The library should provide a better mechanism for users to handle this differently/extend the capability of the library if they wish.

Screenshots
N/A

Versions
Latest, as of 5/21/2024

Additional context
This flow is being triggered in the context of creating new input sources in OBS. I'm not sure what the unsupported event is that's coming through, but just calling out that it's a supported scenario in the library.

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

No branches or pull requests

1 participant