bitfocus / companion-module-generic-http

Generic HTTP module
MIT License
9 stars 19 forks source link

Feedback get image from url pooling not working #37

Closed Boguinhos closed 1 year ago

Boguinhos commented 1 year ago

The pooling seems to stop after a while and console logs note old deprecated buffer() function on use instead of Buffer.from()

Julusian commented 1 year ago

logs note old deprecated buffer() function on use instead of Buffer.from()

Yeah, this is annoying but isnt a problem.

The pooling seems to stop after a while

I think this was fixed a couple of days after you opened this. Some changes were made which fixed a race condition which could cause this.
If it isnt fixed I can repopen this