eofexception

  1. M

    B4J Question jRDC2 (EofException) org.eclipse.jetty.io.EofException: Closed

    What would be the best way of handling this error in the jRDC2 server when a clients connection is interrupted to the server?. I have the usual try/catch on the outputstream.writebytes but still seems to be happening, it's intermittent with connections and then is normally followed by...
  2. WadeFisher

    B4J Question jRDC2 b4j and b4a: Client gets .EOFException

    jRDC2 servlet appears to be running fine. Using the tutorial example. When calling the jRDC2 servlet from B4A or B4J UI app I am getting an EOF exception. The error comes on this call in the BDRequestManager.bas ser.ConvertBytesToObjectAsync(data, "ser") Public Sub HandleJobAsync(Job As...
Top