java - WebSockets, ByteBuffer and PC Architecture -
java - WebSockets, ByteBuffer and PC Architecture -
i using websockets between windows machine , raspberry pi. utilize @onmessage websocket-api send binary info windows machine raspberry pi machine. specs given below.
windows 7 64 bit jdk 1.8_u05 64 bit glassfish 4.0 open source edition raspberry pi 32 bit (debian) jdk 1.8.0 b132 stand lone websocket
now problem, websocket connection windows machine raspberry pi sends binary info 0 byte array if
i alter glassfish server tomcat i alter jdk version 1.8.0_u5 other this i alter glassfish version 4.0 4.1i clueless why happening. can these related? how @ to the lowest degree find out cause of this?
edit : have debugged, used fiddler, wireshark (at windows), logs , have found info going windows proper - raspberry pi receiving zeroes (logs only).
java websocket glassfish raspberry-pi bytebuffer
Comments
Post a Comment