Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are some unnecessary code here #4

Open
sultan-young opened this issue Dec 12, 2022 · 0 comments
Open

There are some unnecessary code here #4

sultan-young opened this issue Dec 12, 2022 · 0 comments

Comments

@sultan-young
Copy link

  let length$ = new BehaviorSubject<number>(SNAKE_LENGTH);

  let snakeLength$ = length$.pipe(
    scan((step, snakeLength) => snakeLength + step),
    share()
  );

I think BehaviorSubject is multicast, share should not be used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant