eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

Fix transaction-handling for client-notifications without piggy-back #1052

Closed egloff closed 3 months ago

egloff commented 3 months ago

If we cannot 'piggy-back' the notifications to the current request (e.g. for rest-calls), we hold the notifications back until the transaction is released to ensure the notifications are sent after all transaction-members are committed.

386675