i used HashMap in code , when i extend the key struct i get this Maximum number of clients reached printed out , is it because of HashMap or i have to look somewhere else in my code?
That error has nothing to do with the use of HashMap. It doesn't have a concept of a client
.
1 Like
What abt Arc and Mutex?
When i search i get stuff abt x11 and GUI apps but my app is cli app
None of them are to blame here.
3 Likes
thanks man , i found whats the problem is
1 Like
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.