You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be compatible with the Redis adapter, the Adapter.FetchSockets interface has been updated from its original FetchSockets(*BroadcastOptions) ([]SocketDetails) to FetchSockets(*BroadcastOptions) func(func([]SocketDetails, error)). (28960a1)
To be compatible with the Redis adapter, the NamespaceInterface.FetchSockets interface has been updated from its original FetchSockets() ([]*RemoteSocket, error) to FetchSockets() func(func([]*RemoteSocket, error)). (28960a1)
Features
(refactor): Refactor all FetchSockets methods into curried functions to enable asynchronous processing (compatible with Redis adapter). (28960a1)
update: Update version to v2, dependent component version updates. (27fce92)