Tenefit Support

Follow

Kaazing Enterprise .NET Client Version 5.0.3 Available Now

The latest version 5.0.3 of the Kaazing Enterprise .NET Client is available now. 

Download here

What's New

  • Fixed an issue where an exception was thrown saying either Object reference not set to an instance of an object or Unable to read data from the transport connection: Network subsystem is down (enterprise.dotnet.client/91)

Known Issues

  • The cipher suites enabled out-of-the-box in Kaazing Gateway are not compatible with WebSocket native connections for the Xamarin .NET client. TLS connections will fail with a warning stating "protocol is disabled or cipher suites are inappropriate" or "failure to negotiate cipher suites" (tickets/303)

    Workaround: Set the cipher suites in the Kaazing gateway as follows:

    <service-defaults>
      <accept-options>
        <ssl.ciphers>DEFAULT,!RC4</ssl.ciphers>
      </accept-options>
    </service-defaults>
  • JMS MapMessage Maximum/Minimum values may be rounded during conversion between different .NET platforms and among other clients (tickets/352)

    Workaround: Test your particular usage in your particular environment

  • Xamarin WebSocket client will not establish a connection on Android until the INTERNET permission flag is enabled in AndroidManifest.xml (tickets/286)

    Workaround: See the following for more information:

System Requirements

  • .NET Framework 4.6.2 or higher

Comments