Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle BluetoothServerSocket close #145

Closed
Tracked by #146
sentry-io bot opened this issue Mar 23, 2024 · 1 comment · Fixed by #148
Closed
Tracked by #146

Handle BluetoothServerSocket close #145

sentry-io bot opened this issue Mar 23, 2024 · 1 comment · Fixed by #148
Labels
area::Receive Receive area::Send Send type::bug Something isn't working

Comments

@sentry-io
Copy link

sentry-io bot commented Mar 23, 2024

Sentry Issue: ANDROID-1D

Java.IO.IOException: read failed, socket might closed or timeout, read ret: -1
  ?, in JniObjectReference InstanceMethods.CallObjectMethod(JniObjectReference instance, JniMethodInfo method, JniArgumentValue* args)
  ?, in JniObjectReference JniInstanceMethods.InvokeAbstractObjectMethod(string encodedMember, IJavaPeerable self, JniArgumentValue* parameters)
  ?, in async Task AndroidBluetoothHandler.ListenRfcommAsync(RfcommOptions options, CancellationToken cancellationToken)
...
(1 additional frame(s) were not displayed)

System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.
@sentry-io sentry-io bot added type::bug Something isn't working area::Receive Receive area::Send Send labels Mar 23, 2024
Copy link
Author

sentry-io bot commented Mar 23, 2024

Sentry Issue: ANDROID-3M

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area::Receive Receive area::Send Send type::bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants