rabbah commented on a change in pull request #2438: Remove play dependence.
URL:
https://github.com/apache/incubator-openwhisk/pull/2438#discussion_r124927151
##########
File path:
core/invoker/src/main/scala/whisk/core/container/WhiskContainer.scala
##########
@@ -120,7 +120,7 @@ class WhiskContainer(
* Tear down the container and retrieve the logs.
*/
def teardown()(implicit transid: TransactionId): String = {
- connection.foreach(_.close)
+ connection.foreach(_.close())
Review comment:
@markusthoemmes i think this was missing from the new pool, added it for
good measure.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services