Hi,
First of all I wanted to congratulate you on the project. I'm trying to replicate the example about automatically updating messages from the "Program_ListenUpdates.cs" channel. I'm using version 3.4.2 (latest) downladed from Nuget.
When i try to assign the delegate "Client.OnUpdate += Client_OnUpdate" i receive an error:
"Error CS0123 No overloads for 'Client_OnUpdate' match the delegate 'Func<IObject, Task>'"
I checked the source on github and it seem that the nuget ditribution is not updated the delegate.
Thank you very much
Hi, First of all I wanted to congratulate you on the project. I'm trying to replicate the example about automatically updating messages from the "Program_ListenUpdates.cs" channel. I'm using version 3.4.2 (latest) downladed from Nuget. When i try to assign the delegate "Client.OnUpdate += Client_OnUpdate" i receive an error: "Error CS0123 No overloads for 'Client_OnUpdate' match the delegate 'Func<IObject, Task>'" I checked the source on github and it seem that the nuget ditribution is not updated the delegate. Thank you very much