Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7bdee7a

Browse files
committedJul 11, 2024
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)
Please sign in to comment.