Changes between Version 27 and Version 28 of WikiStart


Ignore:
Timestamp:
03/14/19 16:32:24 (6 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v27 v28  
    7272}}}
    7373
    74 or, in python
     74or, similarly in python
    7575{{{
    7676class 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)
    7782
    7883    def onTextMessage(self, websocket, json):