Moiz Ali
Results
2
comments of
Moiz Ali
@GingerLoaf @NIA isn't threading not allowed? I am running the code while (true) { // listening.... } However it gets stuck here.
I have been able to make it work: ``` fun WebClient.fetchJsonApiSingleObject( resourceConverter: ResourceConverter, modelImplementation: Class, errorHandler: ((ClientResponse) -> Mono)? = null, uriBuilderFunction: (UriBuilder) -> URI ): Mono = get() .uri(uriBuilderFunction)...