centrifuge-js icon indicating copy to clipboard operation
centrifuge-js copied to clipboard

JavaScript client SDK to communicate with Centrifugo and Centrifuge-based server from browser, NodeJS and React Native. Supports WebSocket, HTTP-streaming over Fetch and Readable Stream API, EventSour...

Results 15 centrifuge-js issues
Sort by recently updated
recently updated
newest added

A follow-up after #139 - we need to write more tests here. Any help much appreciated - we already have a configured test suite, so only need to write more...

help wanted

UnhandledRejection Non-Error promise rejection captured with keys: code, message After long sleep fire disconnect event, and then after 4...30 sec fire UnhandledRejection. See: _createErrorObject Version: 2.6.4 Reported by Sentry

Related to facebook/react-native#12981

help wanted

**Describe the bug** If the websocket connection is blocked a reconnect & close raises en error. **To Reproduce** 1. block websockets using https://stackoverflow.com/questions/30912854/is-it-possible-to-temporarily-disable-a-websockets-connection-in-a-local-server (TamperMonkey extension via Chrome) 2. run the...

**Is your feature request related to a problem? Please describe.** Currently if we skip the transport we log sth like `http_stream transport not available`. But it's not obvious why it...

Is there any docs/description regarding the error msgs that are emitted from the centrifuge instance error event? for example `timeout` or `transport closed` which are very common to see on...

So I'm trying to enable http stream & sse fallbacks for the websocket in our React Native app. When I try to use these transports I get they're not supported,...

**Describe the bug** Hey guys! I connected centrifuge to rn application , but I'm faced with problem on android device. When I run application in develop mode, sockets working cool....

Hi, I'm implementing `centrifuge@^3.0.1` in a React Native (0.70, without Expo) project. The web sockets are working fine, but I would like to use the `http_stream` as fallback. Unfortunately it...

waiting for info

`centrifuge-js` expects `Uint8Array` for data in methods in Protobuf case. When passing non-`Uint8Array` data is skipped by serialization layer. I guess we can throw exceptions in such cases like we...