Disable WAMP debug
This commit is contained in:
parent
63f2e7794f
commit
a9fd516dad
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class BuilderServer(object):
|
|||
self._loop = loop
|
||||
|
||||
# Create the WAMP server.
|
||||
transport_factory = WampWebSocketServerFactory(self._session_factory, debug_wamp=True)
|
||||
transport_factory = WampWebSocketServerFactory(self._session_factory, debug_wamp=False)
|
||||
transport_factory.setProtocolOptions(failByDrop=True)
|
||||
|
||||
# Initialize the controller server and the WAMP server
|
||||
|
|
Reference in a new issue