79199220

Date: 2024-11-18 08:44:54
Score: 0.5
Natty:
Report link

You are using too much threading. try avoid withContext(Dispatchers.IO). Dispatchers.IO is correct for network calls but reissueToken function is in runblocking, which may not properly switch to the IO thread due to the context mismatch in runBlocking.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Iftekhar