Changeset 1121:476f1bd5f496 in roaraudio for plugins/xmms/roar.c


Ignore:
Timestamp:
01/16/09 17:55:53 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a small usleep() of 100ms in error case, this improves the stability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/xmms/roar.c

    r1108 r1121  
    151151  if ( !(g_inst.state & STATE_NORECONNECT) ) { 
    152152   g_inst.state |= STATE_NORECONNECT; 
     153   usleep(100000); 
    153154   return roar_open(fmt, rate, nch); 
    154155  } else { 
Note: See TracChangeset for help on using the changeset viewer.