Skip to content

Netstandard2.0#323

Open
Oshi41 wants to merge 16 commits intochronoxor:masterfrom
Oshi41:netstandard2.0
Open

Netstandard2.0#323
Oshi41 wants to merge 16 commits intochronoxor:masterfrom
Oshi41:netstandard2.0

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

1 participant