You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Issue Type
Describe the issue
obs-websocket-dotnet/obs-websocket-dotnet/Events.cs
Lines 522 to 526 in b8ae595
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.
The text was updated successfully, but these errors were encountered: