lunameadows
New Member
I am creating a plugin that requires communication to another application so I need to make a client socket inside of the plugin. My issue is when creating a socket in a thread in obs, the whole script freezes when it is waiting for a response from the server. I haven't been able to find any examples of how this is done and am very confused on why the thread won't work in obs but works just fine outside of obs.