Skip to content

Commit

Permalink
grpc: fixed BoardListWatch streaming call
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jul 11, 2024
1 parent 625aaac commit 7bdee7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/service_board_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,5 +318,6 @@ func (s *arduinoCoreServerImpl) BoardListWatch(req *rpc.BoardListWatchRequest, s
}
}()

<-stream.Context().Done()
return nil
}

0 comments on commit 7bdee7a

Please sign in to comment.