Closed gunslingerfry closed 6 years ago
Thanks for reporting the issue and also for your solution. I fixed it with removing the listener initialisation from the startListening method. Now the listener is set when setConfiguration is called (usually only one times).
Should be fixed with v3.2.0
The result is that speech result n calls
requestQuery
n times. This is my naive fix on the Android side. I assume a similar solution would work for IOS as well but I haven't tested it.