Fix the ability for IPData refcount to go negative

This commit is contained in:
modeco80
2024-07-10 18:32:05 -04:00
parent a2f450b374
commit bee25b5381
3 changed files with 3 additions and 6 deletions

2
cvm-rs/index.d.ts vendored
View File

@@ -80,5 +80,5 @@ js side api:
remotingMouseEvent(client, x, y, buttons) - mouse event
on the rust side a boxed client will contain an inner boxed `dyn RemotingProtocolClient` which will contain protocol specific dispatch,
upon parsing a remoting URI we will create a given client (e.g, for `vnc://` we'd make the VNC one)
upon parsing a remoting URI we will create a given client (e.g: for `vnc://` we'd make the VNC one)
*/