Add UserId to syncEvent #4242
Unanswered
Justincale
asked this question in
Ideas
Replies: 1 comment 4 replies
-
@Justincale you would need to explain more about how you are using SyncEvents (https://www.oqtane.org/blog/!/53/oqtane-server-events). Are you using them to coordinate processing on the server or client? Adding UserId would be a very invasive change as in order for the value to be consistently available, every call to AddSyncEvent() would need to be modified. This is possible in the framework but there may be third party modules using AddSyncEvent() as well - and in those cases UserId would not be populated (until the module was updated) - which means developers could not 100% rely on this property. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am working on some modules that rely quite heavily on syncEvents and have come across the need to have access to the UserId of the user that was logged in when the syncEvent was created. How do you feel about adding this?
Beta Was this translation helpful? Give feedback.
All reactions