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
Hello.
We found an issue that make our java process to frezze. We are trying to disconnect the service when the service is down. i think the issue is when we are trying to revokeAccessToken() and the specific command is this.getSsoResponse(ssoRevokeURI, params) that not able to return any results and just freezing.
Able to add a timeout and throw an exception for this one?
The text was updated successfully, but these errors were encountered:
Hello.
We found an issue that make our java process to frezze. We are trying to disconnect the service when the service is down. i think the issue is when we are trying to
revokeAccessToken()
and the specific command isthis.getSsoResponse(ssoRevokeURI, params)
that not able to return any results and just freezing.Able to add a timeout and throw an exception for this one?
The text was updated successfully, but these errors were encountered: