Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1023 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 1023 Bytes

PureSocketCluster

A Cross Platform SocketCluster Client for .NET Core NetStandard

NuGet Package PureSocketCluster

Codacy Badge

Requirements
  • .NET NetStandard V2.0+
Usage
  • Example Included in project

    Provided by: 2018 - 2019 Coinigy Inc. Coinigy.com

V4 Breaking Changes

  • Events now have a sender object which is the instance that raised the event.
  • (non breaking but useful) An addition construstor has been added with an instance name argument which makes it easier to identify an instance when using multiple connections. This links to the new property InstanceName.