invisibleroads / invisibleroads/socketIO-client
transports setting not work
Open
- Dominant language
- Python
- Stars
- 441
- Forks
- 204
- PR merge metrics
- No merged PRs in 30d
Description
transports setting not work, it still use xhr-polling.
```
socketIO = SocketIO('localhost', 8001, LoggingNamespace, transports=['websocket', 'xhr-polling'])
```
```
INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): localhost
DEBUG:requests.packages.urllib3.connectionpool:"GET /socket.io/?EIO=3&transport=polling&t=1451894444617-0 HTTP/1.1" 200 101
```
##
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.