Skip to content

Commit

Permalink
Don't close data channels from environment sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
bsidhom committed Mar 22, 2018
1 parent 0582f9a commit 7c40bde
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 7c40bde

Please sign in to comment.