Skip to content

issues Search Results · repo:socketio/socket.io-redis-adapter language:TypeScript

Filter by

370 results
 (914 ms)

370 results

insocketio/socket.io-redis-adapter (press backspace or delete to remove)

Hello, I m using the following versions of socket.io and redis, with Node.js v18.13.0 @socket.io/redis-adapter : ^8.0.1 , express : ^4.18.2 , redis : ^4.5.1 , socket.io : ^4.5.4 ...
  • March-mitsuki
  • 2
  • Opened 
    on Jan 16, 2023
  • #484

I start to get this error this morning. no activity on redis cli MONITOR. can you please help. throw new Error( Got an unexpected reply from Redis ); ^ Error: Got an unexpected reply from Redis at Object.onReply ...
  • dinceremre
  • 1
  • Opened 
    on Jan 16, 2023
  • #483

import { Server as ServerIO } from socket.io ; import { createClient as redisCreateClient } from redis ; import { createAdapter as redisCreateApter } from @socket.io/redis-adapter ; const pubClient ...
bug
  • MaximoLiberata
  • 4
  • Opened 
    on Jan 11, 2023
  • #482

In the past day or so we noticed that our docker containers were no longer running correctly. When we looked at the error we saw this. They were working 3 days ago but not anymore. We have tried to re-build ...
  • AustinMutschler
  • Opened 
    on Jan 10, 2023
  • #481

We are using dynamic namespaces for our app. As users interact with different pages it creates more dynamic namespaces. While monitoring the app we noticed that the redis latency increased slowly over ...
question
  • stevebaum23
  • 7
  • Opened 
    on Jan 6, 2023
  • #480

Hi ! I used to broadcast socket and worked fine ! But a new error appeared on calling client.broadcast.emit( hello ); Error: /.../node_modules/socket.io-adapter/dist/index.js:170 packetOpts.wsPreEncodedFrame ...
  • offaxis
  • 10
  • Opened 
    on Jan 6, 2023
  • #478

When I use callbacks and I follow this pattern client-1 - server - client-2 - callback-to-server - callback-to-client-1 the adapter appears to send messages twice to client-2. Here is replication code. ...
  • willjk
  • Opened 
    on Dec 15, 2022
  • #477

I d like to add in the ability to swap in a custom msgpack library to use. I m making a proposal first before opening a PR just to see if there s support. This would somewhat mirror the existing capacity ...
  • MasterOdin
  • 3
  • Opened 
    on Dec 2, 2022
  • #469

I found an old issue that fixed this issue for broadcast() and other scenarios but fetchSockets(), addSockets(), delSockets(), and disconnectSockets() are still using the old pattern so the following code: ...
  • Inspiravetion
  • 1
  • Opened 
    on Nov 16, 2022
  • #467

Hi Team, I m facing issue with fetchSockets() When I m calling function fetchSockets() it s throwing following error. Cannot read properties of undefined (reading then )\n at RedisAdapter.getNumSub ...
  • omkarrepal
  • Opened 
    on Nov 11, 2022
  • #466
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub