Luca Sbardella

Results 36 issues of Luca Sbardella

* **pulsar version**: 2.0 ## Description Setting the [EventLoopPolicy](https://github.com/quantmind/pulsar/blob/master/pulsar/async/monitor.py#L224) can cause a dead lock if some async components already have initialised they loop (a use case in the ``lux`` was...

core
design decision
discussion

* **pulsar version**: 2.0.1 ## Description The greenlet pool is used for consuming implicit asynchronous function in a pool of greenlets. The performance of consuming in the pool is worse...

benchmark
greenio

It is failing in redis because the `pubsub` handler is used by two tests simultaneously

test
redis
stores

* **pulsar version**: 2.0 * **platform**: windows ## Description Some tests, mainly with socket connections and repeated requests, fail in windows from time to time. These tests are currently switched...

bug
test
stores

* **pulsar version**: 2.0 ## Description HTTP pipeline is not working and, importantly, it is causing pulsar to hang. ## Actual behaviour pulsar hangs and consumer CPU ## Steps to...

http
core
bug

* **pulsar version**: 2.0

http
bug

* **pulsar version**: 2.0 ## Description When running tests using C extensions, the http.tunnel.test_requests_get_200 test function fails. Something to do with SSL protocol error. This tests works fine when not...

http
bug

* **pulsar version**: 2.0 * **python version**: 3.5+ * **platform**: any ## Description The UDP has been switch off in pulsar 2.0 and I'm not sure we'll resume it unless...

maybe

The HttpClient connects to remote Http servers via TCP only. Add support for unix sockets.

http
maybe
enhancement
discussion