Skip to content

raycarter/rxjs-fep-arguments-problem-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rxjs-fep-arguments-problem-showcase

This repo is only for showing a possible simple use case of passing multiple arguments from event emitter to Observable that created with fromEventPattern. The relavent issue is ReactiveX/rxjs#3048 , ReactiveX/rxjs#2431 and PR ReactiveX/rxjs#3049 .

explanation:

The simple use case is about to use Oboe to consume a json-streaming server. The server returns every second only a part of a whole json object. Observable is introduced to process the data returned from the json-streaming server. But it got only the first argument while the original Oboe event passed 3 arguments in event handler.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published