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

Please update NuGet dependencies to newest #41

Closed
IvanGit opened this issue Feb 14, 2020 · 2 comments
Closed

Please update NuGet dependencies to newest #41

IvanGit opened this issue Feb 14, 2020 · 2 comments

Comments

@IvanGit
Copy link

IvanGit commented Feb 14, 2020

Hello,

I spend a lot of time investigating why web sockets didn't work properly in Release mode of my app.
The reason was in replacing System.Runtime.CompilerServices.Unsafe.dll by newest version used in other packages.

Regards,
IvanGit

@Marfusios
Copy link
Owner

Hello @IvanGit,

what was the issue?

The updating is quite tricky because I would like to support as broad range of clients as possible.
So the library targets the lowest possible .NET standard - 2.0.

Also, it doesn't reference any unnecessary stuff, only:
image

System.Runtime.CompilerServices.Unsafe has to be a transitive dependency.
Only System.Reactive is available to update, try the latest version 4.1.79, I've updated it to 4.3.2.
Hopefully, some other user is not stuck on version 4.0.0 for some reason.

@IvanGit
Copy link
Author

IvanGit commented Feb 14, 2020

what was the issue?

I didn't receive messages in MessageReceived after client.Send. Before Send messages was received.

Yes, after updating System.Reactive and removing old System.Runtime.CompilerServices.Unsafe v4.0.4.1 and replacing with v4.0.6.0, the issue has been solved. Just FYI, if someone runs into the same problem.

@IvanGit IvanGit closed this as completed Feb 15, 2020
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

No branches or pull requests

2 participants