OrleansContrib / SignalR.Orleans

SignalR backend based on Orleans.
MIT License
295 stars 64 forks source link

feat(hub): hub naming now is invariant and will always use interface naming #77

Closed stephenlautier closed 5 years ago

stephenlautier commented 5 years ago

Fix

Fixes https://github.com/OrleansContrib/SignalR.Orleans/issues/68

The following are supported:

public class AppConfigHub : Hub<IAppConfigHub>
public class AppConfigxHub : Hub<IAppConfigHub>
public class AppConfigxHub : OdinHub<IAppConfigHub>