TheLastCrusade / SoundStream

1 stars 6 forks source link

Connect/accept can get stuck, which will cause perpetual connection issues until both host and guest are restarted #203

Open theJenix opened 11 years ago

theJenix commented 11 years ago

If AsyncTask started for ConnectThread or AcceptThread gets stuck (bluetooth blip), Android will block further connection/accept efforts indefinitely, requiring both the host and guest app to be restarted.

dgreenhalgh commented 5 years ago

With AsyncTask being deprecated, could we get an update on this story?