Diego Garcia Lozano

Results 9 comments of Diego Garcia Lozano

@tanaka-takayoshi I am having the same problem. How did you manage to solve? What do you mean by `AWS X-Ray configuration is required`?

I came up with a slightly different helper class based on @craigzour solution. The main difference is that in Craig's solution, the completable completed successfully if the device was already...

Finally, I found a better workaround for the just works bonding and operations on encrypted characteristics problem. I posted it in [this comment.](https://github.com/Polidea/RxAndroidBle/issues/420#issuecomment-440923318). Anyway, maybe the timeout idea is still...

We are experiencing the exact same issue. Our try/catch in the handler doesn't catch anything, and it crashes with the same Runtime error. It happens randomly, on average once a...

Wild guess, but I think the problem might be that you are defining your sinks as an array in `WriteTo`. An array in the JSON configuration will be translated to...

Is there any time estimate on this or possible workaround until it's resolved? We would love to use open telemetry in our lambdas and send traces to Datadog, but the...

@KwabenBerko Not that I know of... just the answers to the Stackoverflow post.

@KwabenBerko sure no problem, but I would probably try to do it differently if I had to do it all over again. This was just an university project. What I...

Just to clarify, it would be this option from my SO post: ![image](https://user-images.githubusercontent.com/14559432/85322007-ea426c00-b4c5-11ea-815a-808477fff4a0.png) Cheers!