issues Search Results · repo:miguelgrinberg/python-socketio language:Python
Filter by
841 results
(81 ms)841 results
inmiguelgrinberg/python-socketio (press backspace or delete to remove)Issue
Binding to an exchange should happen on every failure in the listening loop. I ve seen several times (not sure what
exactly triggers it), that if rabbitmq goes down and comes up again, the bindings ...
julianhille
- 2
- Opened 16 days ago
- #1469
Client `
import socketio
import requests
import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
# SOCKS proxy setup
proxies = {
http : socks5h://127.0.0.1:9050 ,
...
ddasdasd506
- 5
- Opened 23 days ago
- #1468
Describe the bug I am attempting to use catch-all namespaces to isolate socketio traffic between customers of a product.
Unfortunately, I am getting a JSON decode error on the server when a client attempts ...
mattwwarren
- 1
- Opened 29 days ago
- #1466
Describe the bug When trying to use a AsyncRedisManager with a Redis Sentinel config a TimeoutError occurs
To Reproduce
import socketio
from socketio import AsyncServer
from socketio import AsyncRedisManager ...
question
bl4ckwind
- 3
- Opened on Apr 24
- #1457
Installing socket-io[client] in a context that requires gevent 25.4.1 is broken.
Describe the bug The client fails to connect and the following stack trace is produced
File /home/X/redacted.py , line ...
bug
retu2libc
- 1
- Opened on Apr 21
- #1455
Describe the bug
The documentation here: https://python-socketio.readthedocs.io/en/stable/server.html
Says to run:
pip install python-socketio[asyncio]
But, python-socketio does not have an extra ...
documentation
swelljoe
- 2
- Opened on Apr 5
- #1449
Describe the bug New user joins the platform. Socket io messages don t seem to work properly despite connect returning
True. The Join company data log line only shows up after the second join attempt which ...
retu2libc
- 6
- Opened on Mar 26
- #1447
Discussed in https://github.com/miguelgrinberg/python-engineio/discussions/396
The client errors in sio.wait(), when disconnect() or shutdown() is invoked elsewhere.
bug
miguelgrinberg
- Opened on Mar 9
- #1441
Describe the bug When attempting to emit any data (tuple/list/dict/just one value/etc) containing math.nan or math.inf
from Python, instead of being translated to their Javascript equivalents NaN and Infinity, ...
bug
CodeDook
- 5
- Opened on Mar 5
- #1438
Is your feature request related to a problem? Please describe. In a multi-server scenario with a message queue such as
redis or rabittmq, it is important to be able to send messages between servers. That ...
enhancement
Kakadus
- 1
- Opened on Mar 1
- #1436

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.