OK, I found the error. Aparently, the message that I was sending didn't have a
newline at the end, and so socket_read on the other end failed to complete
it's task, and finds it self with a conection reset by pear when the client
tries to write something else.
I found out when looking at the Ne
El Vie 06 May 2005 01:50, Richard Lynch escribió:
> On Thu, May 5, 2005 5:20 am, Martín Marqués said:
> > I'm trying to build some communication aside of the server thin client
> > stuff,
> > with a socket daemon and a socket client.
> >
> > The daemon is the same that everybody can find in the PHP
On Thu, May 5, 2005 5:20 am, Martín Marqués said:
> I'm trying to build some communication aside of the server thin client
> stuff,
> with a socket daemon and a socket client.
>
> The daemon is the same that everybody can find in the PHP docs (example
> 1).
> The client simply opens a connection to
3 matches
Mail list logo