Files
mostlymatter/server
Agniva De Sarker 847f42fd4c MM-61700: Fix race conditions from web_hub initialization (#29214)
The Store variable was written to _after_ the server
started which was causing the race.

We simply move it to before we start the server.

While we are here, we fix yet another race condition
which was unrelated, but doing it in one sweep. This
was related to the user props access. When a user is updated,
there was 3 ws events that get sent out, 2 were deep-copied
whereas 1 was not. This led to race condition in postgres
binary-param mode where we were trying to set the user props.



https://mattermost.atlassian.net/browse/MM-61700
2024-11-12 08:46:18 +05:30
..
2023-03-22 17:22:27 -04:00
2024-11-04 09:04:06 -06:00
2023-03-22 17:22:27 -04:00
2023-03-22 17:22:27 -04:00
2024-11-11 16:55:10 +01:00
2023-03-22 17:22:27 -04:00
2023-03-22 17:22:27 -04:00
2024-11-06 09:26:54 +05:30
2024-11-06 09:26:54 +05:30
2024-05-15 12:05:13 -03:00