Download Latest Version 3.1.1.tar.gz (4.0 MB)
Email in envelope

Get an email when there's a new version of Mosby

Home / 3.0.4
Name Modified Size InfoDownloads / Week
Parent folder
3.0.4.tar.gz 2017-05-15 4.0 MB
3.0.4.zip 2017-05-15 4.6 MB
README.md 2017-05-15 723 Bytes
Totals: 3 Items   8.6 MB 0

Minor improvement in MviBasePresenter to change the internal order how intent() and subscribeViewState() are constructing the observable stream [#242]

This means internal ViewState-BehaviorSubject is constructed first and then Intent-PublishSubjects are constructed. This ensures that every intent() which emits early like Observable.just(...) is received by ViewState. However, this also means that you should not invoke an intent from view.render() (or whatever method your viewstate subscriber is) because MviBasePresenter might not be subscribed to the intent() yet.

So if you ever face such a use case that you have to trigger an intent from view.render() please file an issue on github's issue tracker.

Source: README.md, updated 2017-05-15