mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
- Refactor all internal variables to camelCase - Use obs pointers with *AutoRelease classes for automatic refcounting - Important: some pointers require prior investigation to determine if refcounting is needed, or which between OBSRef and *AutoRelease should be used.