You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The if statement if(this.activities.contains(handle)) used by the startActivityRemoveTimer that suppose to check if there DiameterActivity exist for given DiameterActivityHandle should call the containsKey and not contains map method. See
Hello @nhanth87, what does volunteer support mode means for the project? Should I make a pull request with the fix if I want the issue to be corrected? If so who will actually approve such a pull request?
mnowa
added a commit
to mnowa/jain-slee.diameter
that referenced
this issue
Sep 19, 2023
The if statement
if(this.activities.contains(handle))
used by thestartActivityRemoveTimer
that suppose to check if thereDiameterActivity
exist for givenDiameterActivityHandle
should call thecontainsKey
and notcontains
map method. Seejain-slee.diameter/resources/diameter-base/common/ra/src/main/java/org/mobicents/slee/resource/diameter/LocalDiameterActivityManagement.java
Line 87 in eb6b0f0
The text was updated successfully, but these errors were encountered: