Is there a "Concurrency" feature in Serenity? #6295
axelcasauran
started this conversation in
General
Replies: 2 comments 1 reply
-
Serenity is not handling this type of situation. You need to cache some lock status and retrieve this status together with the entity itself. if the entity is locked, you are not gonna allow editing. |
Beta Was this translation helpful? Give feedback.
1 reply
-
try to use signalR there are some sample code in wiki of this repository you can review |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was wondering if there is a concurrency feature in the serenity where if the record is open in user #1 and was modified at the same time in user #2, how can we handle it? or is serenity framework already handled it?
Beta Was this translation helpful? Give feedback.
All reactions