medooze / media-server-node

WebRTC Media Server for Node.js
MIT License
796 stars 119 forks source link

reintroduce SharedPointer calls #224

Closed mildsunrise closed 10 months ago

mildsunrise commented 10 months ago

SharedPointer has an automagical system that wraps most native functions in a proxy that does SharedPointer() for you.

This is nice, but for now it's hard to make the type system aware of this, so I'd like to reintroduce the calls to SharedPointer even if they don't do anything (consider them annotations like #217).