Skip to content

EOS SDK v1.10.2

Compare
Choose a tag to compare
@avi-kumar avi-kumar released this 20 Oct 22:02
· 143 commits to master since this release

Resources

Bugs fixes and improvements

  • The SDK now keeps track of how many agents have grabbed the sdk_scoped_lock. In a multithreaded/multiple-agent scenario where an agent releases its lock, the SDK will no longer erroneously report that the lock has not been grabbed.
  • Fix unsafe usage of fprintf() in the EOS SDK stubs, which caused some compilers to throw a format-security error.