František Gažo

Results 9 comments of František Gažo

@yuraj11 do you think there will be a need for an ignore mechanism or should the _Blade_ process every method with supported annotation?

this library was not created with Kotlin in mind, so I'll have to do some testing.

@Grohden which Blade modules to you use?

But sure, this is a relatively small thing, that I should fix quickly. @Grohden thanks for the fix suggestion. I will look at it today/tomorrow.

@Grohden can you try version `2.7.2-beta3`? It should be working. (I also added some tests and tried it on a sample project, so it should be fine)

I'm sorry it's not working for you, but this library hasn't been updated in a while and I currently don't have capacity to actively work on it.

so it may be caused by calling `Crisp.setUserNickname()` too soon after `Crisp.configure()/resetChatSession()` or something similar ? there's no callback to know when exactly configure() call was completed and those buffer...

thank you for the answer. the used thread should be the same for `Crisp.configure()` and `Crisp.setUserNickname()`, so I don't think that's the issue here. it's hard to replicate and doesn't...

Any update on this?