Version 2.5.4.0

This version fixes a potential issue where market data is not flushed properly when the client reconnects to the market data server.

This can cause market data in the client to get out of sync.

To update.

Download the following zip file.

https://s3-eu-west-1.amazonaws.com/kodi-artifacts/windows/release/oms_client-2.5.4.0.zip

This zip file contains the following folders.

Install

InstallWithEditableConfig

XCopy


Replace the Kodi.Kodiak.Client.Brokers.exe.config file with your current configured version.

Important:

Changes the following line in the configuration file 

<dependentAssembly>
       <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
       <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>

to

<dependentAssembly>
      <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
      <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
</dependentAssembly>


Release notes can be found here.

Release Notes