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
Is this a simple fix by removing the not(debug_assertions) clauses from from the other two request_context impls and removing this empty impl? Or are there some special cases to be considered?
When compiling my extension without
--release
any command that takes aCallContext
causes an CTD.Having the console open before the CTD shows there was a panic at:
src/call_context/manager.rs:33:14
The text was updated successfully, but these errors were encountered: