lms-org / lms

Lightweight Modular System
Apache License 2.0
10 stars 4 forks source link

Deadlock if you use getService stupidly #91

Open Phibedy opened 8 years ago

Phibedy commented 8 years ago
myService = getService<...>("A");
getService<...>("A")->foo();

causes deadlock. Not sure if we should fix it.