Skip to content

A cross platform SocketCluster library for .NET NetStandard Core.

License

Notifications You must be signed in to change notification settings

Coinigy/PureSocketCluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.