-
Hi,
Can the SDK be modernised to use co routines the the asynchronous technology that Google recommends and OKHttp which is used by most Android apps for network requests. Currently the Android Bra…
-
grpc-kotlin 1.3.0
In a bidi streaming or client streaming scenario there is a race between ClientCall.start() and requests flow initialization which causes messy request flow subscription & cancell…
-
## Use case
Any hot flow of limited size, or unlimited flow that can complete abnormally. Examples:
* A pipeline driven by external source (say, a streaming HTTP request parser producing a number …
-
Hi,
I'm trying to obfuscate some Kotlin code, but I got this error:
_Error: Library class [org/http4k/format/ConfigurableJacksonKt$read$1$1] doesn't store attributes_
Here is my class that trigge…
-
Currently, the openid4vc library provides interfaces that are more geared towards being a framework for use in the Wallet Kit than providing the necessary isolated functions as expected by the Issuer …
-
According [to the docs](https://docs.corda.net/docs/corda-os/4.7/api-states.html#state-pointers)
> **Resolving state pointers in TransactionBuilder**
>
> When building transactions, any StatePo…
-
hi everyone, what is the Corda shell command to reject a proposal. I just want the proper format of the stateandref to input in the Corda shell.
-
- Implement thread-safe, non-blocking emitter in kotlin as per spec RTE1
- Ideally, should expose methods that can work for both kotlin/java.
- Should be able to process events in provided coroutine…
-
A question that comes up fairly regularly on the slack is, "why doesn't my `MutableStateFlow` emit when I add an item to a `MutableList`?" The solution is almost always to use an immutable list instea…
-
Hello again,
I almost study each GitHub KMM sample your's is the best.
I have a question if you plz.
```
private val _event: MutableSharedFlow = MutableSharedFlow()
val event = _event…