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?
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