Skip to content

Commit

Permalink
[grid] Stop driver server when session is over. Fixes #7989
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 11, 2020
1 parent 35ed2da commit 4713f55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public Optional<ActiveSession> apply(CreateSessionRequest sessionRequest) {
new ImmutableCapabilities((Map<?, ?>)response.getValue())) {
@Override
public void stop() {
// no-op
service.stop();
}
});
} catch (Exception e) {
Expand Down

0 comments on commit 4713f55

Please sign in to comment.