Search:

Type: Posts; User: Alexandrinne

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    4,072

    Re: Sending object through socket

    I solved the problem with an out.reset(); in the server, after the object in (ObjectOutputStream) out was sent through the socket. I found an explanation for the problem here[<- link]. Anyway, thanks...
  2. Replies
    4
    Views
    4,072

    Re: Sending object through socket

    Unfortunately it's not the case. I've tried to send an array, randomly generated and the same thing happens, but when I send a String it's working fine.
  3. Replies
    4
    Views
    4,072

    Sending object through socket

    Hello!

    My code is misbehaving and I can't see where the fault is, but I'm almost sure that it's a beginner's mistake. I'm sending objects through a socket in a while loop. The object has 4 fields:...
Results 1 to 3 of 3