Agniva De Sarker
d9ee26a47b
MM-26575: Move app initialization inside Websocket router out of handler ( #14991 )
...
* MM-26575: Move app initialization inside Websocket router out of handler
The websocket router struct is shared amongst multiple handlers. Therefore,
there is a race condition while setting the app field and reading from it.
We move the initialization of the app field when the router struct is initialized.
And we also remove the initializations of some app fields which caused race
conditions by being written from multiple goroutines. They are already being
written once inside the AppInitializedOnce.Do method and it's redundant
to set them again to the same value.
* Add missing fields in server connector
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2020-08-12 22:10:19 +05:30
..
2020-07-15 12:59:11 +03:00
2020-08-12 18:29:58 +02:00
2020-06-26 10:51:23 +02:00
2020-08-12 18:29:58 +02:00
2020-07-31 12:05:44 +02:00
2020-07-31 15:53:10 +02:00
2020-08-12 18:29:58 +02:00
2020-07-22 13:30:11 -04:00
2020-08-04 09:16:20 +05:30
2020-07-22 18:48:46 -04:00
2019-11-29 12:59:40 +01:00
2020-06-12 13:43:50 +02:00
2020-08-10 12:50:16 -07:00
2020-08-10 12:50:16 -07:00
2020-07-13 19:34:05 +02:00
2020-05-27 17:35:02 +05:30
2020-07-13 19:34:05 +02:00
2020-07-22 20:32:21 -07:00
2020-04-16 15:23:27 +02:00
2020-06-24 18:46:33 +05:30
2019-12-03 18:56:39 +01:00
2020-07-27 13:31:39 +02:00
2020-08-10 17:44:13 +02:00
2019-11-29 12:59:40 +01:00
2020-06-12 13:43:50 +02:00
2020-06-12 13:43:50 +02:00
2020-05-22 23:52:25 +05:30
2020-07-13 19:34:05 +02:00
2020-07-02 08:08:58 -07:00
2020-08-12 18:29:58 +02:00
2020-07-27 15:23:02 +05:30
2020-07-13 19:34:05 +02:00
2020-06-12 13:43:50 +02:00
2020-02-13 13:26:58 +01:00
2020-07-28 04:26:44 +02:00
2020-07-30 22:18:54 +05:30
2020-07-13 19:34:05 +02:00
2020-05-13 08:36:43 +05:30
2020-07-28 10:27:24 +05:30
2020-07-07 10:03:21 +02:00
2019-11-29 12:59:40 +01:00
2020-07-22 20:32:21 -07:00
2020-06-02 11:31:30 -07:00
2020-06-12 13:43:50 +02:00
2020-06-29 18:00:16 +02:00
2020-06-17 14:47:54 -04:00
2020-07-15 18:56:28 +05:30
2020-03-23 09:21:05 -04:00
2020-07-13 19:34:05 +02:00
2020-07-28 10:27:24 +05:30
2020-01-27 11:33:11 -05:00
2020-01-27 11:33:11 -05:00
2020-02-13 13:26:58 +01:00
2020-07-13 19:34:05 +02:00
2020-08-03 08:25:47 +02:00
2020-07-13 19:34:05 +02:00
2020-06-18 10:22:35 -04:00
2020-08-12 18:29:58 +02:00
2020-08-04 16:37:21 +02:00
2020-07-28 10:27:24 +05:30
2020-03-23 09:21:05 -04:00
2020-03-23 09:21:05 -04:00
2020-06-08 21:20:40 +02:00
2020-06-08 21:20:40 +02:00
2020-06-08 12:12:07 +02:00
2020-07-13 19:34:05 +02:00
2020-07-22 20:32:21 -07:00
2020-02-13 13:26:58 +01:00
2020-02-13 13:26:58 +01:00
2020-07-14 15:59:35 +03:00
2020-06-12 13:43:50 +02:00
2020-07-01 13:27:37 -04:00
2019-11-29 12:59:40 +01:00
2020-08-11 10:24:26 -04:00
2019-11-29 12:59:40 +01:00
2020-08-04 16:37:21 +02:00
2020-07-31 15:25:26 +02:00
2020-07-07 10:03:21 +02:00
2020-05-20 09:23:13 -04:00
2020-07-24 20:23:46 +05:30
2020-07-13 19:34:05 +02:00
2020-06-12 13:43:50 +02:00
2020-08-04 16:10:37 -04:00
2020-08-04 16:10:37 -04:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2020-08-04 09:16:20 +05:30
2020-03-30 23:08:48 -04:00
2020-08-04 16:37:21 +02:00
2020-07-13 19:34:05 +02:00
2020-08-04 16:37:21 +02:00
2020-07-31 17:40:15 +02:00
2020-07-31 17:40:15 +02:00
2020-07-02 13:28:21 -07:00
2020-08-12 18:29:58 +02:00
2020-02-13 13:26:58 +01:00
2020-03-13 21:12:20 +01:00
2020-02-13 13:26:58 +01:00
2020-07-13 19:34:05 +02:00
2020-07-13 19:34:05 +02:00
2020-07-13 19:34:05 +02:00
2020-01-27 11:33:11 -05:00
2020-02-13 13:26:58 +01:00
2019-12-05 23:41:52 +04:00
2020-08-12 11:00:53 -04:00
2020-07-13 19:34:05 +02:00
2020-04-30 18:18:12 +03:00
2020-02-13 13:26:58 +01:00
2020-06-12 13:43:50 +02:00
2020-07-13 19:34:05 +02:00
2020-08-03 10:28:47 +02:00
2020-07-13 19:34:05 +02:00
2020-07-18 13:31:06 +05:30
2020-06-12 13:43:50 +02:00
2020-07-18 13:31:06 +05:30
2020-07-28 10:27:24 +05:30
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-07-02 09:43:28 +05:30
2019-11-29 12:59:40 +01:00
2020-06-12 13:43:50 +02:00
2020-08-04 16:37:21 +02:00
2020-02-13 13:26:58 +01:00
2020-06-23 06:56:35 +02:00
2020-05-20 01:29:55 +02:00
2020-07-22 20:32:21 -07:00
2019-11-29 12:59:40 +01:00
2020-05-27 15:42:48 +02:00
2020-08-12 22:10:19 +05:30
2020-08-11 10:24:26 -04:00
2020-08-04 16:10:37 -04:00
2019-11-29 12:59:40 +01:00
2020-08-12 18:29:36 +02:00
2019-11-29 12:59:40 +01:00
2020-06-02 14:47:00 +05:30
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-06-29 10:42:03 -04:00
2020-06-29 10:42:03 -04:00
2020-07-23 19:55:16 +05:30
2020-08-07 08:03:30 -04:00
2020-06-26 06:26:35 +02:00
2020-03-19 11:18:17 +01:00
2020-03-19 11:18:17 +01:00
2020-06-19 17:49:30 +05:30
2020-06-19 17:49:30 +05:30
2020-07-21 17:09:49 +03:00
2020-03-30 10:48:03 -04:00
2020-08-04 11:39:42 +02:00
2020-04-23 13:16:18 +05:30
2020-06-12 13:43:50 +02:00
2020-07-13 19:34:05 +02:00
2020-07-07 11:23:45 +05:30
2020-07-13 19:34:05 +02:00
2020-07-31 15:53:10 +02:00
2020-04-07 14:41:55 +05:30
2020-08-12 22:10:19 +05:30