Skip to content

Commit 7bdee7a

Browse files
committed
grpc: fixed BoardListWatch streaming call
1 parent 625aaac commit 7bdee7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/service_board_list.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,5 +318,6 @@ func (s *arduinoCoreServerImpl) BoardListWatch(req *rpc.BoardListWatchRequest, s
318318
}
319319
}()
320320

321+
<-stream.Context().Done()
321322
return nil
322323
}

0 commit comments

Comments
 (0)