Exported Server example doesn't accept connections
in
Integration and Hardware
•
2 months ago
I've been playing with the network library and found an interesting problem.
This happens with the
examples for Client and Server unmodified from the library documentation.
When these apps are run from the editor everything works as expected. When I run exported versions
the server doesn't accept connections.
I save and export both. When I run the server (as x32 or x64) clients very rarely connect and eventually timeout. This behavior is the same whether I'm using exported or editor run clients. They do occasionally connect, but it's much less than than 1 in 10.
If I run the server from the editor exported (and editor) clients will connect as expected.
My system is Win7 x64. I'm running Processing 2.0.1 x32. I run the x32 processing because I do a lot with Serial and it doesn't have an x64 version. This behavior was also happens in Processing 2.0b8 x32
Any thoughts?
1