Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

0.3.3 - Fixes to ListChangeEventHandler

Latest
Compare
Choose a tag to compare
@tlewis17 tlewis17 released this 07 Jan 00:17
07174d9

Fixes from @jaybz

  • Fixed stray semi colon in MessageProcessor
  • Fixed issue with Newtonsoft.Json not serializing static members in ChoiceUpdate, StateUpdate, StateRemove, and StateCreate.
  • You couldn't react with ChoiceUpdate on a ListChangeEventHandler without the instanceId since you couldn't tell what instance the change happened on.