You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publish operators are named after their used Subject. This helps the API consumer to understand intuitively and quickly what the operator will do. An exception is the publishLast operator.
See a list of publish operators and their Subjects here:
publish => Subject
publishBehavior => BehaviorSubject
publishReplay => RpleaySubject
publishLast => AsyncSubject
My suggestion now is to rename publishLast to publishAsync . This would make the whole naming consistent.
The text was updated successfully, but these errors were encountered:
Documentation Related To Component:
The
publishLast
operator:publishLast.ts
Please check those that apply
Description Of The Issue
Publish operators are named after their used Subject. This helps the API consumer to understand intuitively and quickly what the operator will do. An exception is the
publishLast
operator.See a list of
publish
operators and their Subjects here:My suggestion now is to rename
publishLast
topublishAsync
. This would make the whole naming consistent.The text was updated successfully, but these errors were encountered: