Skip to content

Commit

Permalink
fix(client): fix panic in Pool
Browse files Browse the repository at this point in the history
Closes #1339
  • Loading branch information
seanmonstar committed Sep 29, 2017
1 parent 57f86d4 commit 0fbc215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/pool.rs
Expand Up @@ -65,6 +65,7 @@ impl<T: Clone> Pool<T> {
trace!("Pool::put removing canceled parked {:?}", key);
} else {
tx.complete(entry.take().unwrap());
break;
}
/*
match tx.send(entry.take().unwrap()) {
Expand Down

0 comments on commit 0fbc215

Please sign in to comment.