viperproject/viperserver

Review the implementation of MessageStreamingTask.enqueueMessage

aterga opened this issue · 1 comments

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