Results 181 comments of Demyan Kimitsa

fix proposed in #564, more details in [post](https://dkimitsa.github.io/2021/03/15/lib-crypto-fixes/)

small comment: issue is happening when: - producing multiple TLS connections to single server that is subject of SSL session caching(sharing). - server supports TLS extensions (happens with google.com, will...

hi, Please share code snippet how `NSURLComponents` is being used. Also what iOS version this crash happened on ?

> i want to use robovm as a library wasn't #465 about it ? > `I want to call bitcode function inside my java app` is you java app is...

I would say that binding of `UIApplicationDelegate.openUrl` is wrong. Beside interface being empty by purpose. But often it is required to have empty interfaces like in case native part expects...

@CoderBaron Hey, have re-checked both these interfaces. they are there by purpose. `NSFastEnumeration` is used as parameter type in several APIs. `NSPropertyList` is artificial protocol (not present in SDK itself)...

hi, can you provide the message of crash ? do you call dispose() anywhere manually ?

there might lot of things causing the issue. the best case scenario is to have minimal sample and clear step to reproduce

@marcdubs if you can reproduce it (not just observe in analytics) I would start with slicing app till it stop crashing. it will help to find problematic code.

hi, could you please share a sample project to reproduce, as following works for me: ``` public class Test { private int a; public void foo() { DispatchQueue.getMainQueue().async(new Runnable() {...