Odonno / ngrx-signalr-core

A library to handle realtime SignalR (.NET Core) events using @angular, rxjs and the @ngrx library
https://www.npmjs.com/package/ngrx-signalr-core
MIT License
27 stars 13 forks source link

Is there any way to get the id value that is passed along to connect to the hub? #79

Closed labeled closed 6 months ago

labeled commented 2 years ago

Looking to see if there is an available selector to retreive the id value that was passed as a query parameter to the hub? image

labeled commented 6 months ago

Bump! I'd like to see if we can add the ConnectionId property to state with a selector.

labeled commented 6 months ago

I was able to find out that the signalrConnected action contains the connectionId and reduced that in a separate slice of state. Thanks.