Skip to content

0.3.1

Compare
Choose a tag to compare
@ChaoticTempest ChaoticTempest released this 20 Jun 23:30
· 130 commits to main since this release
d429197

Newest patch release contains fixes for RPC timeouts being too short by upping it to 10 seconds. This caused CI services to fail from time to time especially on MacOS related builds. This also adds an env variable to customize this value if needed.

Added

Fixed

  • If sandbox gets started multiple times, short circuit it early on: #135
  • Fix short timeouts on connecting to RPC for macos with custom env variable to specify timeout if needed: #143