No, I was unable to recreate a reproducer. I attached 2 files
(client.py, server.py) to demonstrate the oom error, but was
unsuccessful.
| raise an error if the Queue is already full, place the requestor on
the _putters list, and keep going.
Yeah I agree.
About the size of the getters and putters list. This is all I could find.
An unbounded deque,
self._getters = collections.deque([]) # Futures.
self._putters = collections.deque([]) # Pairs of (item, Future).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1903733
Title:
Out of memory issue for websocket client
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-tornado/+bug/1903733/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs