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
Move io_context into client class
Previous code was crashy as io_context would be destroyed before
client objects managed by shared_ptr that were using it.