akka-tracing icon indicating copy to clipboard operation
akka-tracing copied to clipboard

Request invokes controller method twice

Open rojanu opened this issue 7 years ago • 0 comments

Following two lines executes the request twice causing controller method to be executed twice https://github.com/levkhomich/akka-tracing/blob/master/play/src/main/scala/com/github/levkhomich/akka/tracing/play/TracingFilter.scala#L35:L36

Created PR https://github.com/levkhomich/akka-tracing/pull/104 to remove the second call

rojanu avatar Sep 22 '17 16:09 rojanu