Don't block on RS input API

This commit is contained in:
Neil Alexander 2021-06-29 14:01:06 +01:00
parent 71eebd6bc3
commit efb9588a36
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -166,6 +166,7 @@ func (r *Inputer) InputRoomEvents(
worker.input.push(tasks[i])
}
/*
// Wait for all of the workers to return results about our tasks.
wg.Wait()
@ -179,4 +180,5 @@ func (r *Inputer) InputRoomEvents(
return
}
}
*/
}