SDK v2 Migration guide #1671
-
Dear azure-iot-sdk-java developers, Currently I'm trying to migrate my code to v2 libraries. And the very first thing I wanted to modify is the
Thank you! I'm looking forward to your reply! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This may be an unnecessary line in our sample code, and we'll take a look at it. You are right that it appears the wrapped buffer will
Go for it! We use the JNR unix socket library in our samples largely because there was no native unix socket support in Java at the time. |
Beta Was this translation helpful? Give feedback.
This may be an unnecessary line in our sample code, and we'll take a look at it. You are right that it appears the wrapped buffer will
be updated without needing to call System.ArrayCopy(...) here as well.
Go for it! We use the JNR unix socket library in our samples largely because there was no native un…