#26 closed enhancement (fixed)
wokkel.client.clientCreator should accept a connector class as an argument
Reported by: | jack | Owned by: | ralphm |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | generic | Keywords: | |
Cc: |
Description
On Mac OS X there is a bug that prevents SRVConnector from working properly. I have written it up in Twisted ticket #3456.
To work around this I need to use a custom connector, but clientCreator does not accept the connector to use as an argument. To get around *that* I have to implement my own clientCreator.
It would be helpful if you could pass in a connector wherever one is needed.
Change History (3)
comment:1 Changed 14 years ago by jack
comment:2 Changed 13 years ago by ralphm
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 13 years ago by ralphm
Note: See
TracTickets for help on using
tickets.
Here's what I'm using to work around the bug currently. Can we get this into wokkel and into twisted words?