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
possibly add alternate handling with the sim feature enabled? cpu::halt() is unavailable, and cpu::limit() and cpu::bucket() have also beed reported to be unavailable. Coalescing to 0 is likely preventing this from causing problems unless in dev mode.
The text was updated successfully, but these errors were encountered:
I'm personally always of the opinion "if it's not meaningful, don't let the user even try", so I would disable those functions entirely on sim. I can put up a PR to do this if that's what we want.
possibly add alternate handling with the sim feature enabled?
cpu::halt()
is unavailable, andcpu::limit()
andcpu::bucket()
have also beed reported to be unavailable. Coalescing to 0 is likely preventing this from causing problems unless in dev mode.The text was updated successfully, but these errors were encountered: