mfkl / LibVLCSharp-readonly

.NET bindings for LibVLC
GNU Lesser General Public License v2.1
9 stars 2 forks source link

Event callback garbage collected #22

Open mfkl opened 6 years ago

mfkl commented 6 years ago

Temporary workaround Some delegates seem to be GC'd if not kept in a static field. Regular instance field reference should be enough but it's not working at the moment. To test, launch WPF sample (put libvlc dll in correct dir).

/cc @jeremyVignelles