You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old code in PlayN threw an exception when it attempted to encode/decode Doubles from a ByteBuffer, but at least it was reading the long (which it failed to encode/decode) and handling endian-ness. The new impl (from #3) works, but assumes hardware endian-ness and ByteBuffer.order() match.
The text was updated successfully, but these errors were encountered:
The old code in PlayN threw an exception when it attempted to encode/decode Doubles from a ByteBuffer, but at least it was reading the long (which it failed to encode/decode) and handling endian-ness. The new impl (from #3) works, but assumes hardware endian-ness and ByteBuffer.order() match.
The text was updated successfully, but these errors were encountered: