Skip to content

Commit

Permalink
bug 修复
Browse files Browse the repository at this point in the history
  • Loading branch information
pakizheng committed Jan 11, 2024
1 parent f3b7874 commit 76e74d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gateways/redis-io-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export class RedisIoAdapter extends IoAdapter {
this.adapterConstructor = createAdapter(pubClient, subClient);
}


createIOServer(port: number, options?: ServerOptions): any {
const server = super.createIOServer(port, options);
server.adapter(this.adapterConstructor);
Expand Down

0 comments on commit 76e74d9

Please sign in to comment.