PacktPublishing / Learning-Concurrency-in-Python

Learning Concurrency in Python by Packt
MIT License
78 stars 51 forks source link

fullQueue.py - NameError: name 'mySubscriber' is not defined #5

Open xemage opened 4 years ago

xemage commented 4 years ago

Wrong name used. Should be myPublisher.

https://github.com/PacktPublishing/Learning-Concurrency-in-Python/blob/cd3f31bb58c55290e5b34f4faa28d23b46f38390/Chapter%2005/fullQueue.py#L17

rualark commented 2 years ago

Hi. Some other problems with queue implementations in this chapter: https://stackoverflow.com/questions/70468810/problems-with-multithreading-queues-implementations