Hi all, It would be great if you all could help with some pattern we are observing with the RFA API
- When two or more reissueClient close to each other, like within 0.5s, are sent for the same client session for the same RIC , the API client's side seems to be combining some of the request. From example, 20 reissueClient were sent, but the service side only got 18 requests.
- Secondly, when we are testing out the provider demo code it seems like the value NumOfOpen is preventing the request token from been released.
- Here are the steps
- we use register +register to register to the same ric
- we use one unregister. Then we use a second unregiste
- screen shot is the log of the provider, it seems like the provider reduced the NUm of Open to 1 only after the second unregister, and at the same time it is outputing an error.
So it seems like the numOfOpen is preventing the token been relased. Is this the expected behavior?