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 bad5995 commit 3e25c95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gateways/redis-io-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ 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 3e25c95

Please sign in to comment.