Lamar 3.0.3 fails in multi threaded scenario
See original GitHub issueIf a class has a dependency on IEnumerable<IFoo>
and you register several IFoo
implementations, Lamar fails in a multi threaded scenario.
You can get different problems:
- NULL is passed in the list of IFoos
- Incorrect number of IFoos is supplied
The problem seems only to occur with version 3.0.3. In previous versions I did not experience the problem.
Here’s a sample project to reproduce the issue: Sample.zip
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:16 (9 by maintainers)
Top Results From Across the Web
Weird problem using JUnit in multi-thread environment
I meet a weired problem when using JUnit in multi-thread environment. The following code should fail, but it actually pass in eclipse.
Read more >Untitled
Adriamycin structure, Single core cable vs multi core cable, Magdalena vachova ... Telecharger rap, She is my world tumblr, Quotes about failed engagements, ......
Read more >Untitled
Borrar musica repetida pcp, Centre forward riddim mp3, Multi i rezi mario minecraft skin, Ping i25 driver best price, Buenos aires napoli clementino...
Read more >Common Multithreading Mistakes
Another common problem seen in multithreaded programs is 'trying to join a detached thread'. Sometimes a thread is detached from the main ...
Read more >xVASynth v3 - SKVA Synth at Skyrim Special Edition Nexus
New lore-friendly voiced reactions to the player being undressed, using xVASynth, unused lines and splicing. ... 1. ESL, Fully voiced perfect healer, main...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah don’t put this one on me lol I’m trying to keep things simpler by relying less on exotic features.
On Tue, Sep 10, 2019 at 5:50 PM Jeremy D. Miller notifications@github.com wrote:
I HAVE A FIX FOR THIS IN A LOCAL BRANCH!!!
This is finally getting taken care of in Lamar v3.1 out in the next 3-4 days.