You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
web.Application.loop is very handy -- all server code has access to application instance and therefore loop is not need to be tediously passed into every function call.
Let's implement the same for client session.
The text was updated successfully, but these errors were encountered:
No. I recommend to pass loop explicitly everywhere.
The property is just convenient helper allowing to not pass loop along with ClientSession because the session already has a reference to loop inside.
web.Application.loop
is very handy -- all server code has access to application instance and therefore loop is not need to be tediously passed into every function call.Let's implement the same for client session.
The text was updated successfully, but these errors were encountered: