Skip to content

Commit

Permalink
fix: correctly stopping gpsd thread [backport release-5.6.0] (#5588)
Browse files Browse the repository at this point in the history
fix: correctly stopping gpsd thread (#5585)

Signed-off-by: SimoneFiorani <[email protected]>
(cherry picked from commit 4e89455)

Co-authored-by: sfiorani <[email protected]>
  • Loading branch information
eclipse-kura-bot and sfiorani authored Nov 27, 2024
1 parent a2a0047 commit dd1fde9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public void stop() {
}

if (executor != null) {

this.checkFuture.cancel(true);
executor.shutdown();

try {
Expand Down

0 comments on commit dd1fde9

Please sign in to comment.