Code-Sharp / WampSharp

A C# implementation of WAMP (The Web Application Messaging Protocol)
http://wampsharp.net
Other
385 stars 84 forks source link

Allow TProgress and TResult to be different in progressive calls #356

Closed trombipeti closed 1 year ago

trombipeti commented 1 year ago

Resolves #353

darkl commented 1 year ago

Okay, I merged this and performed some refactoring plus added support for ValueTuples. Thanks for working on this!