Skip to content

Commit

Permalink
chore: remove a leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 27, 2024
1 parent 9fb5429 commit e411d80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/microservices/server/server-grpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,7 @@ export class ServerGrpc extends Server implements CustomTransportStrategy {
hasDrained = true;

// Replay buffered values to the new subscriber
replayBuffer.subscribe({
next: val => console.log('emitted', val),
});
replayBuffer.subscribe(subject);
replayBuffer.complete();
}

Expand Down

0 comments on commit e411d80

Please sign in to comment.