Hello,
I have a custom hub on my asp.net zero app. (Core + Jquery 7.0.0)
I like the way we can strongly typed a hub in asp.net core https://docs.microsoft.com/fr-fr/aspnet/core/signalr/hubs?view=aspnetcore-2.2#strongly-typed-hubs
I have search to do that with asp.net zero signalr classes with no success. Is there any solution or evolution plan?
Thanks for your help. Nicolas.
4 Answer(s)
-
0
Hi @willignicolas
What was the stopper for you implementing this ?
-
0
Hi @ismcagdas
I cannot find a generic version of AbpHubBase or OnlineClientHubBase to strongly typed my custom hub.
Thanks. Nicolas.
-
0
Sorry, you are right. Could you create an issue on https://github.com/aspnetboilerplate/aspnetboilerplate ? We can implement it.
-
0
ok it's created.
https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4753
Thanks for your help @ismcagdas Nicolas