ReactiveX / RxNetty

Reactive Extension (Rx) Adaptor for Netty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding ReadTimeout in RxNetty 0.5.x

JanakiramanChandrasekran opened this issue · comments

How to add readtimeout in RxNetty o.5.x?

The current recommended method is to use timeout operator http://reactivex.io/documentation/operators/timeout.html

Does this fit your need?