hosseinmd / react-signalr

MIT License
43 stars 14 forks source link

Use with Streaming (ChannelReader in the Backend) #11

Closed Silentapproach closed 1 year ago

Silentapproach commented 2 years ago

Does this npm-package support streaming for signalr? We´re currently in the decision-making whether we to use streaming or events? As far as I can tell from your code, this package only supports events because there is no stream() function in use from the @microsoft/signalr package.

If you cannot yet support this, are there any plans for the future?

And if you support this, are there any examples that we can learn from?

Thanks in advance

hosseinmd commented 1 year ago

Hi dear. Yes, I will to support streaming.

hosseinmd commented 1 year ago

Because this issue is have opened a long time ago, if it is steel needed from you, I will start to work on it.