SodiumFRP / sodium

Sodium - Functional Reactive Programming (FRP) Library for multiple languages
http://sodium.nz/
Other
848 stars 138 forks source link

C# and F#: Listen does not keep listener alive #95

Closed jam40jeff closed 8 years ago

jam40jeff commented 8 years ago

In the C# and F# versions of Sodium, the Listen method does not keep the listener alive (it is behaving the same as ListenWeak) as it should. This means the listener is available for garbage collection if user code does not keep a reference to it.

jam40jeff commented 8 years ago

Fixed by 1f57abbe8f7681f973201c3fd8af0c7c1ccd4b2d.