Open
Description
chat transcript:
I found some problem with Fuel
to transfer objects I directly serialise objects by Fuel on SocketStream
And I now detect that such approach not working when I transfer Form
It seams that server serialize Form successfully but client in that case can't materialise it
Without any error
it just hangs on socket stream
I fix it but implementing BufferedFuelTransporter which first serialise objet into ByteArray buffer
you can look at problem in test #testGettingRemoteFormByValue (in Seamless)
latest Seamless use buffered transporter. So to see issue you need to change SeamlessNetwork>>initialise method to use old transporter
I don't know how to make issue independently from Seamless. It is not easy
Activity