Closed aterga closed 3 years ago
The current implementation uses busy waiting that should be eliminated in favor of future handlers, etc.
Is this still an issue? The current implementation uses Await.result(currentOffer, Duration.Inf) which should imho not cause busy waiting
Await.result(currentOffer, Duration.Inf)
The current implementation uses busy waiting that should be eliminated in favor of future handlers, etc.