Triode wrote: 
> Squeezelite 1.2 is now released and the binaries in the download
> location (http://code.google.com/p/squeezelite/downloads/list) are now
> version 1.2
> 
> - falls back to polling for a new server if one is not found for more
> than 30 seconds
> 

The fall back polling code does not work.  Not with my Pogoplug or iMac
(10.8.4).  What I did was keeping the client unchanged, but turned off
one server and powered on another server, so the new server has a
different IP.

As I mentioned before, if "-d all=debug" is specified, the code works. 
But when debug is off, squeezelite simply sits there, not timing out,
hence not polling for a new server.

It seems the code is blocking indefinitely in slimproto.c, on line 701,
when debug is off:

                if (connect(sock, (struct sockaddr *) &serv_addr, 
sizeof(serv_addr)) <
0) {


------------------------------------------------------------------------
Kuro's Profile: http://forums.slimdevices.com/member.php?userid=16701
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to