Skip to content

v2.0.5

Compare
Choose a tag to compare
@zishang520 zishang520 released this 15 Sep 14:29
· 35 commits to main since this release

Bug Fixes

  • no yet.

Destructive update

  • 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)

Links: