Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.3.0
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.3.0
|
While looking at #servers-381 I noticed that there is a lot of
Request
objects:Looking at
finish()
method it seems that you remove objects fromrequests
collections but never fromsentSubrequests
one (line 146:sentSubrequests.get(request.getId());
)?