MopeSWTP-SS21 / MopeSWTP

MIT License
1 stars 0 forks source link

Identify concurrency issues #107

Open CSchoel opened 3 years ago

CSchoel commented 3 years ago

I suspect that the project uses multiple threads in areas where the code is not fully thread-safe. This must be tested. In particular, we should have tests sending a lot of commands in quick succession from multiple clients.

Note: This issue is still work in progress, as it is not designated for the current sprint.