Matej Hlatký
Matej Hlatký
@tijnar see issue #166
Hi @nnyamekye , This is more like a Dart language issue than Flushbar question. I had resolved it by defining local variable first which cannot be assigned right away. 🤷♂️...
Hi @dkhalanskyjb, thanks for quick reply. The proposed solution with `KotlinX` date types supporting `java.io.Serializable` seems to me like quick solution and it's "for free" in sense of zero additional...
Hi @dkhalanskyjb, that approach, or maybe implementing [`java.io.Externalizable`](https://docs.oracle.com/javase/7/docs/api/java/io/Externalizable.html) on `LocalDateModel` will workaround the issue I think. thanks.
Hi @lluistfc, It looks like, Kotlin `sealed interface` and also `sealed class` from the Swagger perspective works the same. However, the issue is that the crucial ["discriminator"](https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/) property is not...
Hello, any update on this? Or maybe it was already fixed in more recent version? Thank You
What about making a blocking call that will return as soon 1st event occurs?