Skip to content

v3.18.3

Compare
Choose a tag to compare
@srdanrasic srdanrasic released this 12 Oct 22:13
· 11 commits to master since this release
  • Fixed an issue where binding could be executed even after disposing it. This could happen in a rare race condition case were dispose is called from a different execution context (thread) than what the binding uses to call the setter.