radu-matei / websocket-manager

Real-Time library for ASP .NET Core
https://radu-matei.com/blog/real-time-aspnet-core/
MIT License
452 stars 183 forks source link

.NET Client - client method parameter - pass individual arguments, not object[] #16

Closed radu-matei closed 6 years ago

radu-matei commented 7 years ago

There should be the possibility of having separate arguments in the lambda for a client method (unlike right now, where you only pass object[] as parameter for the client method).

Henry00IS commented 6 years ago

D O N E and it's beautiful, like you.