Make sure client gets returned to pool

このコミットが含まれているのは:
Omar Roth 2018-02-05 18:52:21 -06:00
コミット 0e704056a1
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -203,6 +203,8 @@ get "/watch" do |env|
calculated_rating = 0.0
end
pool << client
templated "watch"
end