Skip to content

Commit

Permalink
Merge pull request #72 from zackangelo/fix-double-close
Browse files Browse the repository at this point in the history
Fix double stream close, don't call onComplete after onError
  • Loading branch information
thesamet committed Jan 7, 2016
2 parents 06856a4 + 75f0117 commit d0d511b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ object Grpc {
observer.onCompleted()
case scala.util.Failure(error) =>
observer.onError(error)
observer.onCompleted()
}
}

0 comments on commit d0d511b

Please sign in to comment.