Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add abstraction for Socket and SocketAsyncEventArgs #85

Open
wants to merge 5 commits into
base: v1.6
Choose a base branch
from

Commits on Dec 22, 2016

  1. Add abstraction for Socket and SocketAsyncEventArgs

    Not instantiating Sockets directly, allows to inject an ISocketFactory
    in order to be able to mock the socket and run tests in-memory.
    Hyddan committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    bc63dc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac4880b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    257e74d View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Configuration menu
    Copy the full SHA
    4e84030 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2017

  1. Configuration menu
    Copy the full SHA
    c7ca29a View commit details
    Browse the repository at this point in the history