close
Close the session. A client constructed with your own session= leaves that session alone, since it
did not create it.
Using the client as an async context manager calls this for you on exit, which is the usual way to reach it.
Parameters
None.
Returns
None.
Example
Outside a context manager, close it yourself: