Re: [HAPI-devel] send and receive problems: socket closed

2008-01-11 Thread VIOT Yves
Hi Ryan, I had a problem looking like your. At the end you said that you get the same when you stop and start your server. This seems that you get your connection with the ConnectionHub.attach(...) and you end with a detach(). The detach doesn't close the connection i think. So when you shutdow

[HAPI-devel] send and receive problems: socket closed

2008-01-04 Thread epic winter
I am working on the networking phase of my hl7 application. I am testing by creating two instances of my application on the same computer with different sets of data. One is set to send data and the other to receive data. I am using the SimpleServer. My code is basically a replica of the t