nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺
254 stars 63 forks source link

Question: using stream with asyncio instead of thread #9

Open HarsheetKakar opened 4 years ago

HarsheetKakar commented 4 years ago

Threads are messy and take up more resources and if we want more streams in an api its better to have asyncio instead of Thread

nhorvath commented 4 years ago

Streams were not very well supported in the original code I inherited and i don't use them. This project only gets maintenance updates from me and no one else has expressed interest in active development.

On Thu, Apr 9, 2020 at 8:23 AM Harsheet Kakar notifications@github.com wrote:

Threads are messy and take up more resources and if we want more streams in an api its better to have asyncio instead of Thread

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nhorvath/Pyrebase4/issues/9, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABIJXESBFKROGGOSRVHVBLRLW44RANCNFSM4MEWA5HA .

HarsheetKakar commented 4 years ago

fair enough