Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.18 KB

PureWebSockets

A Cross Platform WebSocket Client for .NET Core NetStandard

NuGet Package PureWebSockets

Codacy Badge Build Status

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

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

V3 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.