Changes between Version 27 and Version 28 of WikiStart
- Timestamp:
- 03/14/19 16:32:24 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v27 v28 72 72 }}} 73 73 74 or, in python74 or, similarly in python 75 75 {{{ 76 76 class PythonDownloadProfile(WebSocketAdapter): 77 ... 78 factory = WebSocketFactory() 79 factory.setConnectionTimeout(5000) 80 ws = factory.createSocket("ws://localhost:8080/profilesserver/websocket/get/jobs/jobs1") 81 ws.addListener(self) 77 82 78 83 def onTextMessage(self, websocket, json):