should be cancellable so that once the coroutine is canceled, the execution will be canceled gracefully. Please check your use of the socket and see if any part of it is not cancellable.
t
Tin Tran
09/29/2021, 10:58 AM
I changed to use suspendable methods instead. Thanks