79828669

Date: 2025-11-24 13:10:34
Score: 2
Natty:
Report link

Check your code for multiple explicit or implicit subscribe() calls. I didn't investigate this very deeply, but it looks like the request is created once but used multiple times (again due to multiple subscribe). Possible fixes: remove extra subscribe() calls or cache the result of the request using the .cache() operator.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Siarhei P