Skip to content

Commit

Permalink
Merge pull request apache#31 from bsidhom/data-channel-open
Browse files Browse the repository at this point in the history
Don't close data channels from environment sessions
  • Loading branch information
bsidhom authored Mar 22, 2018
2 parents 0582f9a + 7c40bde commit 0ee6547
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ public void close() throws Exception {
// TODO: eventually use this for reference counting open sessions.
this.isClosed = true;
client.close();
dataServer.close();
// TODO: Close data server when we solve bundle completion/channel close races between runners
// and SDK harnesses.
// dataServer.close();
}
}

0 comments on commit 0ee6547

Please sign in to comment.