You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Xamarin Forms instead of developing each individual platform. I have implemented the code and everything works perfectly fine on the android platform, but it is not quite working on the iOS platform. The error I am receiving is as follows:
SpeaktoitRecognitionService: StartVoiceRequest - Exception ApiAiSDK.AIServiceException: Cannot access a disposed object.
Object name: 'System.Net.Sockets.NetworkStream'. ---> System.ObjectDisposedException: Cannot access a disposed object.
Any ideas how to approach this issue?
The text was updated successfully, but these errors were encountered:
I am using Xamarin Forms instead of developing each individual platform. I have implemented the code and everything works perfectly fine on the android platform, but it is not quite working on the iOS platform. The error I am receiving is as follows:
SpeaktoitRecognitionService: StartVoiceRequest - Exception ApiAiSDK.AIServiceException: Cannot access a disposed object.
Object name: 'System.Net.Sockets.NetworkStream'. ---> System.ObjectDisposedException: Cannot access a disposed object.
Any ideas how to approach this issue?
The text was updated successfully, but these errors were encountered: