Socket server not reacting to clients

2015-07-11 Thread Jacques Pelletier
Hi, I'm starting a socket server, but clients can't connect. The code already worked before, but doesn't seem to work now. What could be wrong? Here is my code below. Thanks, JP void listener_accept_async_function(GObject *source_object, GAsyncResult *res,

Re: How to use socket conditions ?

2015-07-11 Thread Chris Vine
On Sat, 11 Jul 2015 00:09:54 -0400 Jacques Pelletier wrote: > Hi, > > I'm using a glib socket: when a client (glib) is connected to a > server, the client doesn't get the HUP messages when the server > closes its connection. That's probably because the socket implementation does not provide HUP