vlingo / xoom-actors

The VLINGO XOOM platform SDK for the type-safe Actor Model, delivering Reactive concurrency, high scalability, high-throughput, and resiliency using Java and other JVM languages.
https://vlingo.io
Mozilla Public License 2.0
229 stars 28 forks source link

Occasional Failure of ProxyGenerator #41

Closed VaughnVernon closed 5 years ago

VaughnVernon commented 5 years ago

There is an occasional failure of the vlingo-actors ProxyGenerator. I think this is a problem with concurrent access of the ClassLoader that holds the Java byte-code outcome of generation and compilation.

VaughnVernon commented 5 years ago

This is not a problem with the ProxyGenerator but one that occurred directly following generation. Closing.