Skip to content

Materializing a Form from a SocketStream doesn't work as expected #215

Open
@theseion

Description

@theseion

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions