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

[Plate] Queue implementation #24

Merged
merged 1 commit into from
Jul 20, 2022
Merged

[Plate] Queue implementation #24

merged 1 commit into from
Jul 20, 2022

Conversation

bozzelliandrea
Copy link
Member

  • Added reactive-queue.ts as a rxjs queue
  • Implemented queue manager service used to send items on plate when the order has been saved

* Added reactive-queue.ts as a rxjs queue
* Implemented queue manager service used to send items on plate when the order has been saved
@bozzelliandrea bozzelliandrea added the enhancement New feature or request label Jul 20, 2022
@bozzelliandrea bozzelliandrea self-assigned this Jul 20, 2022

constructor(private _primengConfig: PrimeNGConfig) {
private _bootstrap$: Subscription = new Subscription();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

orco con il $ $$$$$$ibilante

}

queue.enqueue(item);
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

manca la rimozione da una coda

@rizzaccio87 rizzaccio87 merged commit 3909ee1 into main Jul 20, 2022
@bozzelliandrea bozzelliandrea deleted the order-plate-connector branch July 20, 2022 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants