ljader
11/07/2024, 9:33 AMSam
11/07/2024, 9:51 AMljader
11/07/2024, 10:33 AMSam
11/07/2024, 10:41 AMSam
11/07/2024, 10:43 AMljader
11/07/2024, 10:44 AMSam
11/07/2024, 11:00 AMHectorups
11/08/2024, 5:21 PMrunBlocking
at the beginning of your request handler and avoid using it again inside.
Follow Google’s advice for Android on the Server Side as well: do not switch to the IO dispatcher too early. Only the function that actually performs the I/O operation should be responsible for changing to the io context.