pladaria / reconnecting-websocket

Reconnecting WebSocket. For Web, React Native, cli (Node.js)
MIT License
1.22k stars 196 forks source link

Project abandoned? #195

Open bj00rn opened 12 months ago

bj00rn commented 12 months ago

@pladaria Is this great library still being maintained?

There has been no recent activity and there are some outstanding PRs.

Stability/Bugfixes:

Killer feature:

All of the above have been merged in a fork project and seem to be working well.

Cheers!

curran commented 8 months ago

Looks like a wonderful active fork here https://www.npmjs.com/package/partysocket

Thank you party people for picking it up!

titanism commented 8 months ago

@curran Partysocket has issues, which is why we at @forwardemail still aren't using it yet. Until these are resolved:

curran commented 7 months ago

Oh interesting! Thanks for the info. Those issues are not deal breakers for my use case, but good to know about.

I'm curious, are you still using the original reconnecting-websocket? Or do you have another active fork?

titanism commented 7 months ago

@curran you can see our implementation and notes here https://github.com/forwardemail/forwardemail.net/blob/master/helpers/create-websocket-as-promised.js, as well as packages used

threepointone commented 7 months ago

I've fixed and closed the reported issues on partysocket, thanks!