Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using ngrx-signalr-core and ngrx-signalr in the same application #107

Open
EelCrayfish opened this issue Jan 7, 2025 · 0 comments
Open

Comments

@EelCrayfish
Copy link

EelCrayfish commented Jan 7, 2025

Hi,
We have an application that has Signal R on both a .net core server and an asp.net server.
We have found that both ngrx-signalr libraries use the same actions and when we try to dispatch an action intended for ngrx-signalr-core the ngrx-signalr library picks it up and calls its implementation.
This then fails because the signal R on the .net core server cannot use the implementation intended for the on the asp.net server.

Is there a way for both the ngrx-signalr and ngrx-signalr-core libraries to run in the same application.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant