akka-tracing
akka-tracing copied to clipboard
Request invokes controller method twice
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