JustMaier/angular-signalr-hub

Set default rootPath, queryParams and other options instead of defining it on each Hub

Opened this issue · 2 comments

I think it make sense to be able to define it in one place and then be used by multiple hubs, so you will only need to manage them in one place. It will just be an option and it can be overridden on a definition of a Hub

Hey @louiealmeda, did you end up implementing this? If so maybe you can submit a PR? I agree it wouldn't hurt to have something like this.

@JustMaier, Unfortunately not, I just created a service wrapping around it to fit my use case.