Play slick and Async - is it a race condition?

前端 未结 2 1392
别那么骄傲
别那么骄傲 2020-12-18 08:43

Reading Play-Slick DBAction code, I thought that this code might contain a race condition:

object DBAction{
  // snip

  def apply(r: (RequestWithDbSession)          


        
2条回答
  •  [愿得一人]
    2020-12-18 09:00

    I think your are right and fix suggested by EECOLOR looks correct. We are tracking this in a ticket: https://github.com/freekh/play-slick/issues/81

    Thx

提交回复
热议问题