Skip to content

Commit

Permalink
fix(microservices): fix tcp client reconnection issue #9363
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Mar 25, 2022
1 parent e1f67b9 commit 60f0991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/microservices/client/client-tcp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export class ClientTCP extends ClientProxy {
public handleClose() {
this.isConnected = false;
this.socket = null;
this.connection = undefined;
}

protected publish(
Expand Down

0 comments on commit 60f0991

Please sign in to comment.