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
Do int to byte[] conversion myself
Somehow, DataOutputSteam.writeInt() writes only 0, even if the given integer is > 0. Changed the code to use an internal conversion and just do a write(). This seems to fix the issue.
Updates #151