Closed kirya-dev closed 1 day ago
Will test Semaphore tomorrow with Pulsar..
Hmm.. I think this should be around in queries with all Connection classes.
Why reading is async from main thread? I think reading thread must be started when we want.
Its steps creating queue of all queries. In one time handling one request-response.
test
Works perfectly ✨
Is this a work in progress or ready to be merged?
I think ready for merge.
i can improve this for all connections. Maybe its a newer version 2.x will be?
But i can test only j2534
No, don't touch other connections please. They are thread safe
Im added log_last_operation after PassThruWriteMsgs and this fix show me which real reason didnt work Pulsar correctly.
I temporarily fix this problem by adding before reading - time.sleep(0.02). Doesn't seem to be a good idea.