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

feature: add connectionId to the signalrConnected action #98

Closed RicoSuter closed 1 year ago

RicoSuter commented 1 year ago

In our app we need to get hold of the connection ID in the connected action. This adds this so that we do not need ugly workarounds.

RicoSuter commented 1 year ago

At least I need the connection ID to be publicly available to avoid this any hack here:

image

Odonno commented 1 year ago

That looks OK.

RicoSuter commented 1 year ago

Thank you very much.