Base solution for your next web application
Open Closed

Strongly Typed OnlineClientHubBase #7397


User avatar
0
willignicolas created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @willignicolas

    What was the stopper for you implementing this ?

  • User Avatar
    0
    willignicolas created

    Hi @ismcagdas

    I cannot find a generic version of AbpHubBase or OnlineClientHubBase to strongly typed my custom hub.

    Thanks. Nicolas.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Sorry, you are right. Could you create an issue on https://github.com/aspnetboilerplate/aspnetboilerplate ? We can implement it.

  • User Avatar
    0
    willignicolas created

    ok it's created.

    https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4753

    Thanks for your help @ismcagdas Nicolas