olofd / react-native-signalr

Use SignalR with React Native
150 stars 61 forks source link

is this lib dead? #66

Open fukemy opened 2 years ago

fukemy commented 2 years ago

is this lib dead?

fukemy commented 2 years ago

DEAD LIB

BilalHashmi94 commented 1 year ago

DEAD LIB

have you tried it?

fukemy commented 1 year ago

DEAD LIB

have you tried it?

use react-signalr for better performance and code handling

fiznool commented 1 year ago

The official Microsoft library has first-class support for React Native, this is what I've decided to use.

https://www.npmjs.com/package/@microsoft/signalr

tomhopkins commented 7 months ago

Whilst obviously unpromising in terms of recent updates, I've just installed and tested the library successfully. For those visiting in the future the microsoft signalr package (mentioned in previous comment) only works with the ASP.net core version of SignalR, but not with the ASP.net version (these are different). So if you're maintaining the SignalR instance, it may be better to upgrade / change the server (no idea, not a .net developer at all). If you don't control it or don't want to do this for some other reason, this library may well be the best bet still. Perhaps someone else could maintain it?