vlingo / xoom-http

The VLINGO XOOM platform SDK for Reactive, scalable, high-throughput, and resilient HTTP server supporting RESTful services running on XOOM LATTICE and XOOM ACTORS.
https://vlingo.io
Mozilla Public License 2.0
52 stars 16 forks source link

Race Condition When Dispatcher Pool Used By HttpAgent #63

Closed VaughnVernon closed 4 years ago

VaughnVernon commented 4 years ago

Replace this with a thread-safe implementation for the HttpAgent.

https://github.com/vlingo/vlingo-http/blob/b0bac9891bbb8259a6b78fdba8033a1837fd9d4d/src/main/java/io/vlingo/http/resource/ServerActor.java#L262