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
Instead of creating special sessions, it would be awesome if we could just call:
ctx := WithSession(ctx)
And get a session that closes when the context is canceled. Then, when making requests, we'd pick the session out of the context. This would make it much easier to thread sessions through ipfs.