Closed wvhulle closed 1 year ago
Having the same issue here. @darrachequesne could you advise?
Thanks for the work here btw.
Done in https://github.com/socketio/socket.io-cluster-adapter/commit/15fd56e78d52aa65c5fbf412dec57ab4bdaee7cc, and included in version 0.2.2.
Thanks for the work! Are you the only contributor?
On Fri, 24 Mar 2023, 17:45 Damien Arrachequesne, @.***> wrote:
Closed #8 https://github.com/socketio/socket.io-cluster-adapter/issues/8 as completed.
— Reply to this email directly, view it on GitHub https://github.com/socketio/socket.io-cluster-adapter/issues/8#event-8840849633, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2VD2GSWDWEJAAGZCUH7MTW5XFS5ANCNFSM6AAAAAAVHADNNQ . You are receiving this because you authored the thread.Message ID: @.*** com>
@wvhulle yes, I'm currently the only active contributor.
Hi, I think something went wrong during a recent upgrade.
The function createAdapter() from @socket.io/cluster-adapter@0.2.1 returns
(nsp: any) => ClusterAdapter
whereClusterAdapter
extendsAdapter
fromsocket.io-adapter@2.4.0
. However,server.adapter
from socket.io@4.6.1 expects Adapter fromsocket.io-adapter@2.5.2
. There are large differences between these two classes.