Skip to content

Conversation

Oshi41
Copy link

@Oshi41 Oshi41 commented Dec 11, 2024

netstandart 2.0 support
Code style by Resharper

  • small fixes and improvements

Known issues:

  • Unix ports doesn't work (tests are failed)
  • Socket options are not supported (not sure if it's even supported by net standard 2.0)
public static void SetupSocket(this Socket socket, int keepAliveTime, int keepAliveInterval, int keepAliveRetryCount)
    {
        // TODO implement for net standard 2.0
    }

@Oshi41
Copy link
Author

Oshi41 commented Dec 11, 2024

It's better to create a dedicated branch, I guess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant