kerryjiang / WebSocket4Net

A popular .NET WebSocket Client
752 stars 272 forks source link

Interface for WebSocket class? #130

Open rktect opened 6 years ago

rktect commented 6 years ago

Are you able to bind the WebSocket.cs class to an interface so people implementing this library can mock the implementation against the interface for testing? This would make it much easier. Thanks for the consideration.