Skip to content

Commit

Permalink
fix(sdk): subscribe to queue with the right filter(#5295)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux authored Jul 3, 2020
1 parent 5871741 commit 5a9f2dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/cdsclient/client_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func (c *client) QueuePolling(ctx context.Context, jobs chan<- sdk.WorkflowNodeJ
})
chanMessageToSend <- sdk.WebsocketFilter{
Queue: true,
Type: sdk.WebsocketFilterTypeQueue,
}

for {
Expand Down

0 comments on commit 5a9f2dd

Please sign in to comment.