jasonkresch/protect

Occasional concurrent modification exceptions in example clients

jasonkresch opened this issue · 1 comments

Should use thread-safe concurrent data structors for collecting responses from the servers.

This appears to be fixed by adding synchronization in BaseClient