Skip to content

Is it possible to do real non-blocking IO with RxJava? #5260

@jfconavarrete

Description

@jfconavarrete

Hello all,

I have been trying to do non-blocking IO requests with RxJava without success, all I have been able to achieve is making my calls run asynchronously on a thread from the Schedulers.io thread pool. It seems that the threads from Schedulers.io still block waiting for the response, therefore not doing real NIO.

Is it possible to do real NIO using just RxJava or does one have to use another library that does NIO (such as Unirest)?

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions