diff src/server/server.py @ 1098:01e95ec9df9e

server, pages: fixed blocking calls to bridge by using bridgeCall instead
author Goffi <goffi@goffi.org>
date Fri, 01 Jun 2018 15:09:19 +0200
parents eda7a1c6532a
children ea0d41ef3719
line wrap: on
line diff
--- a/src/server/server.py	Fri Jun 01 15:07:06 2018 +0200
+++ b/src/server/server.py	Fri Jun 01 15:09:19 2018 +0200
@@ -1605,7 +1605,7 @@
             except KeyError:
                 pass
             #and now we disconnect the profile
-            self.bridge.disconnect(profile)
+            self.bridgeCall("disconnect", profile)
 
         session.notifyOnExpire(onExpire)