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

read: end of file when serializing #5

Closed
aviks opened this issue Jan 25, 2013 · 5 comments
Closed

read: end of file when serializing #5

aviks opened this issue Jan 25, 2013 · 5 comments

Comments

@aviks
Copy link
Contributor

aviks commented Jan 25, 2013

reported by @rahuldave in #3

On the client:

julia> require("ZMQ/src/RPCJuliaSer")

julia> using RPCJuliaSer

julia> ctx,req=launch_client()
(ZMQContext(Ptr{Void} @0x00000001038f4fa0),ZMQSocket(Ptr{Void} @0x0000000103b3ea00))

julia> zmqparse(req, "2+2")
read: end of file
 in zmq_deserialize at /Users/aviks/.julia/ZMQ/src/zmq_serialize_julia.jl:35
 in zmqparse at /Users/aviks/.julia/ZMQ/src/zmq_client_julia.jl:29

On the server:

julia> using RPCJuliaSer

julia> run_server()

Reporting this error to the client: read: end of file
@aviks
Copy link
Contributor Author

aviks commented Jan 25, 2013

cc: @timholy

@timholy
Copy link
Contributor

timholy commented Jan 25, 2013

Thanks for CCing me. I've "starred" this repository, so now I'll see all correspondence.

Sadly, I am swamped now by other needs (some Julia programming, of course!), so I won't get to this anytime soon unfortunately.

@aviks
Copy link
Contributor Author

aviks commented Jan 25, 2013

@timholy No worries. This seems to be due to the IO changes. I have a vague recollection that memio has changed. I'll take a look.

@aviks aviks mentioned this issue Jan 25, 2013
@aviks aviks closed this as completed in 91381fa Jan 26, 2013
@aviks
Copy link
Contributor Author

aviks commented Jan 26, 2013

@rahuldave thanks for reporting this and other issues. A Pkg.update() should fix this one now. Let me know if you have any other issues.

@rahuldave
Copy link

Yes, its fixed! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants