Author | Message |
---|---|
cshah6
Posts: 19
|
Posted 15:33 Oct 22, 2014 |
Hello, I have made one python client using panda 3d socket and also made java server using java socket . client and server are connecting successfully but I can not pass message between them , I guess its because of Endian format and thats why buffered reader of java can not read that message of PyDataGram that I send from python client . and same If I send message by Printwriter from java to python then Python client doesn't read that message.
QUESTION : Can anyone solve this problem ? If you can please post an answer . |