java.io.StreamCorruptedException: invalid stream header: 7371007E

后端 未结 3 459
萌比男神i
萌比男神i 2020-11-30 12:30

I have a client Server application which communicate using objects.
when I send only one object from the client to server all works well.
when I attempt to send seve

3条回答
  •  遥遥无期
    2020-11-30 12:44

    This exception may also occur if you are using Sockets on one side and SSLSockets on the other. Consistency is important.

提交回复
热议问题