react-signalr icon indicating copy to clipboard operation
react-signalr copied to clipboard

Results 5 react-signalr issues
Sort by recently updated
recently updated
newest added

Hi @hosseinmd, Thanks for providing this library. It works great when using this approach: `const SignalRContext = createSignalRContext();` However, if I follow the example in the repo (with the Chat...

Hey @hosseinmd, Your component connects but doesn't subscribe properly, and the subscription doesn't get the pings. I have written a SignalR plugin that works completely fine; then, I got your...

Hello - I'm trying to implement the `useSignalREffect` hook of this module and I'm having difficulting getting it to fire. Per the example, I've created a provider and I am...

Hi, I got a warning when run a ReactJS project. ``` Compiled with warnings. Failed to parse source map from '/Volumes/Data/works/kai-dev/ClientApp/node_modules/react-signalr/index.js.map' file: Error: ENOENT: no such file or directory, open...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I want to be able to...