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
It is designed non copyable and non movable but the code was able to movable invalidly,
so this is a bug fix. However some of test, broker, and bench code had been used move constructor.
Hence I categolize the fix to breaking changes.
broker
Added enable_shared_from_this to session_state. #67, #68