mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 04:11:06 -05:00
Switch to message buffer / dispatcher for websocket messages
This commit is contained in:
@@ -199,6 +199,11 @@ void Connection::Save(obs_data_t *obj) const
|
||||
obs_data_set_int(obj, "version", 1);
|
||||
}
|
||||
|
||||
WebsocketMessageBuffer Connection::RegisterForEvents()
|
||||
{
|
||||
return _client.RegisterForEvents();
|
||||
}
|
||||
|
||||
void Connection::UseOBSWebsocketProtocol(bool useOBSWSProtocol)
|
||||
{
|
||||
_useOBSWSProtocol = useOBSWSProtocol;
|
||||
|
||||
Reference in New Issue
Block a user