revertws (#17216)
* Revert "MM-34000: Use non-epoll mode for TLS connections (#17172)" This reverts commit2743089b54. * Revert "MM-33233: Fix double close of webconn pump (#17026)" This reverts commit0f98620b65. * Revert "MM-33836: Detect and upgrade incorrect HTTP version for websocket handshakes (#17142)" This reverts commit4c5ea07aff. * revert i18n * Revert "MM-21012: Revamp websocket implementation (#16620)" This reverts commita246104d04. * fix go.mod * Trigger CI
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6a65b6ceca
Коммит
aba6471512
@@ -114,9 +114,6 @@ func (a *App) InvalidateWebConnSessionCacheForUser(userID string) {
|
||||
func (s *Server) HubStop() {
|
||||
mlog.Info("stopping websocket hub connections")
|
||||
|
||||
// Wait until all messages have finished reading.
|
||||
s.webConnSemaWg.Wait()
|
||||
// Now stop the hub.
|
||||
for _, hub := range s.hubs {
|
||||
hub.Stop()
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user