mer-hybris / libgbinder

GLib-style interface to binder
BSD 3-Clause "New" or "Revised" License
51 stars 40 forks source link

Don't release remote proxy handle too early #88

Closed monich closed 2 years ago

monich commented 2 years ago

Release it when the local one is finalized.

monich commented 2 years ago

Meh, apparently this makes auto-created proxy objects to stay around forever 😐️

monich commented 2 years ago

Let's see how this one works.

monich commented 2 years ago

Let's see how this one works.

That one didn't quite work either, decided to revert to the original version (where auto-created proxy objects stay around more or less forever), merge it and submit new changes as a new PR.