Franco Tiveron
Franco Tiveron
Any progress on this?
@thomaslevesque Here how I am using it **Definitions** ``` namespace Microsoft.FSharp.Control open System open WeakEvent type IWeakEvent, 'Args> abstract AddHandler: lifetimeObj: obj * handler: EventHandler() = let weakEventSource = WeakEventSource)...
@thomaslevesque Even if I use a class member as event hander (and not a lambda), it is never called if I don't subscribe with the lifetimeObject. The only way I...
@thomaslevesque I tried to run this simple test ``` WeakEventSource es = new WeakEventSource(); es.Subscribe((sender, i) => Console.WriteLine(i)); GC.Collect(); GC.WaitForPendingFinalizers(); es.Raise(null, 1); ``` Being the handler a lambda and not...
@thomaslevesque Thanks for the explanation. I have investigated around your proposal of a WeakEvent.FSharp package and: To provide the F# Event module functionality, the module itself needs to be completely...
@PauloJFCabral does [this](https://github.com/influxdata/helm-charts/tree/master/charts/influxdb2#fixed-auth-credentials) help?
Latest updates now use task and not async, HttpClient exceptions are propagated to the user which fixes the issue.
See https://github.com/Zaid-Ajaj/Hawaii/pull/47 Please note that, while this work for me, It probably needs more extensive testing. If accepted, the readme needs also to be updated. (Happy to do that).