Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
theseion opened this issue May 19, 2016 · 1 comment
Open

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

theseion opened this issue May 19, 2016 · 1 comment

Comments

@theseion
Copy link
Owner

theseion commented May 19, 2016

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

@theseion theseion added the bug label May 19, 2016
@stale
Copy link

stale bot commented May 18, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will remain open but will probably not come into focus. If you still think this should receive some attention, leave a comment. Thank you for your contributions.

@stale stale bot added the stale label May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant