3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-03-05 22:10:46 +01:00
Shivaram Lingamneni b1376d5f71 Fix a concurrency error with Server.listeners
See #134; there was a `fatal error: concurrent map read and map write`
due to unsynchronized accesses to `Server.listeners`. Now, `listeners`
is only accessed by `NewServer` and `rehash`, so it doesn't need
synchronization.
2017-09-11 11:29:14 -04:00
..
2017-05-08 09:15:16 +10:00
2017-06-15 10:14:19 -06:00
2017-06-15 10:14:19 -06:00
2017-06-15 10:14:19 -06:00
2017-06-15 10:14:19 -06:00
2017-06-30 11:04:24 +10:00
2017-03-27 22:15:02 +10:00
2017-06-15 10:14:19 -06:00
2017-06-15 10:14:19 -06:00
2017-06-15 10:14:19 -06:00
2017-06-15 10:14:19 -06:00
2017-06-15 10:14:19 -06:00
2017-03-27 22:15:02 +10:00
2017-09-05 11:43:50 -04:00
2017-06-18 08:23:51 -06:00
2017-06-15 10:14:19 -06:00
2016-10-13 17:36:44 +10:00
2017-06-15 10:14:19 -06:00
2017-06-15 10:14:19 -06:00
2017-07-14 17:21:53 +10:00
2017-03-27 22:15:02 +10:00