Why makes calling error or done in a BodyParser's Iteratee the request hang in Play Framework 2.0?

后端 未结 2 1251
滥情空心
滥情空心 2020-12-17 03:17

I am trying to understand the reactive I/O concepts of Play 2.0 framework. In order to get a better understanding from the start I decided to skip the framework\'s helpers t

2条回答
  •  甜味超标
    2020-12-17 04:05

    Things must have changed with Play 2.1 - Promise is no longer parametric, and this example no longer compiles.

提交回复
热议问题