You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We require users to provide a java Type when calling HubConnection.on() and HubConnection.invoke(). We should provide a utility for users to get a Type from a Class, like TypeReference (as described here http://gafter.blogspot.com/2006/12/super-type-tokens.html), but we should make sure it's kosher to do so first.