Skip to content

Commit

Permalink
sensor rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbmccarthy committed Apr 4, 2024
1 parent f66643f commit e385e14
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public void getReadings(GetReadingsRequest request,
final GetReadingsResponse result = sensor.getReadings(Optional.of(request.getExtra()));
responseObserver.onNext(GetReadingsResponse.newBuilder().putAllReadings(result.getReadingsMap()).build());
responseObserver.onCompleted();
responseObserver.onCompleted();
}

@Override
Expand Down

0 comments on commit e385e14

Please sign in to comment.