Vorlent / cozycast

movie night over the internet
Other
5 stars 3 forks source link

Memory leak during image uploading #156

Open Vorlent opened 2 years ago

Vorlent commented 2 years ago

Images fail to upload because of an out of memory error when creating new direct buffers. I suspect it is because of a bug in Micronaut as it happens long before the cozycast codebase gets called. An update to the latest version should resolve the problem.

Here is a similar bug for reference: https://github.com/micronaut-projects/micronaut-core/issues/6623