-
Notifications
You must be signed in to change notification settings - Fork 80
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
Make use of BinaryPrimitives #54
Comments
I've tried to implement this, but there was issue where there's no switch from endianness on span/memory, just on primitive types. FluentModbus/src/FluentModbus/ModbusUtils.cs Lines 161 to 178 in 39d819d
|
That's good to know, thanks :-) I'll leave this issue open as a reminder to completely review the server/client API to work with different byte layouts. |
dotnet/corefx#24400
The text was updated successfully, but these errors were encountered: