Jose Celano

Results 345 comments of Jose Celano

I've reopened the issue https://github.com/torrust/torrust-tracker/issues/324 to avoid duplicated comments on: - https://github.com/torrust/torrust-tracker/issues/612 - https://github.com/torrust/torrust-tracker/issues/613

> Found the problem why it won't compile on Windows. You use OpenSSL, which breaks. Would advice to switch to Rustls, which does compile correctly on all platforms. Thank you...

> I've discovered that, for some unknown reason (yet), on Windows you can't use bind, it works using new. > > Edit: It seems that we can't use a LAN...

> Ok, for the context, I'm working on this part of the code : > > https://github.com/torrust/torrust-tracker/blob/b92401fcf835984641ad91a1ea88526f4b4cdadc/tests/servers/http/v1/contract.rs#L734-L760 > > This test creates a client using a bind method : >...

Relates to: https://github.com/torrust/torrust-tracker/issues/566 Hi @WarmBeer if you are going to reimplement this, maybe you could also consider trying to avoid [this problem](https://github.com/torrust/torrust-tracker/issues/566).

Relates to: https://github.com/torrust/torrust-tracker/issues/646

After a deployment (04/01/2023) the server is crashing periodically. Working to fix the issue: - https://github.com/torrust/torrust-tracker/issues/582

> After a deployment (04/01/2023) the server is crashing periodically. Working to fix the issue: > > * [Error updating the tracker to the latest docker image in the live...

I've opened a new issue on the axum-server repo: https://github.com/programatik29/axum-server/issues/116. It seems that feature was removed.

I've also opened a discussion in the Actix-Web repo: https://github.com/actix/actix-web/discussions/3337