We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
...flatMap(payload => { return Observable.of(new CloseDbSocketSuccess())
instead of using flatMap why don't you just use map()? .map(payload => new CloseDbSocketSuccess())
.map(payload => new CloseDbSocketSuccess())