|
I would like to ask if I need to close the client myself. |
Answered by
kuhnroyal
May 15, 2023
Replies: 1 comment
|
Yes, when you call |
0 replies
Answer selected by
natsuk4ze
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, when you call
Dio().close()the underlyingHttpClientwill be closed for theioplatform. On Web/Browser there is no such underlying client.