tinodo / obsclient

A Complete .NET Client for OBS Studio 28 and up.
MIT License
10 stars 2 forks source link

Ignores subscribed events. #3

Closed Parfaitomcat closed 10 months ago

Parfaitomcat commented 10 months ago

Report the following bug related to #2. Although I did not analyze it, when the JSON syntax delivered from OBS-Websocket does not completely match the Class specified by OBSClient, OBS Client will not be able to recognize the end of the JSON syntax, and the JSON received after that Regarding the syntax, try assigning it to the class with the JSON syntax that has the error. As a result, it can be assumed that the program will no longer be able to recognize the subscribed events.

Parfaitomcat commented 10 months ago

My Program Error