In my case I made 3-4 calls to Guac API to delete a token but it didn't give any response for those and after 4-5 minutes it sent response for those calls as 404 Token not found. Meanwhile there were some other calls also to Guac API to fetch new tokens and those calls also got responded with this much delay.
Thanks and regards, Shilpa Bhandari On Tue, Jan 15, 2019 at 11:23 PM Mike Jumper <[email protected]> wrote: > On Tue, Jan 15, 2019, 04:16 Shilpa Bhandari <[email protected] > wrote: > >> I'm using Guacamole API to fetch session token and to expire the token >> also. But sometimes the API doesn't respond back but seems that the work >> gets done on Guacamole side. e.g. I made a call to expire the token and for >> 3-4 minutes no response returned from Guac API after sometime when I make >> same call it responds back with Token not found error which indicates that >> the token has already been expired using previous calls. Any thoughts on >> this? >> > > The API always responds, and revoking a token should be instantaneous. If > you are seeing delays and sometimes zero response, it sounds like something > is interfering on the network. > > - Mike > >
