Hello,
I am currently using the Arduino MKR WiFi 1010 and I am connected to multiple servers simultaneously to manage different things. These are HTTPS servers (so I have loaded the certificates into the module).
I was wondering if there is a maximum number of simultaneous connections to different servers? I ask this because when I created code to control my air conditioner, I had no trouble connecting to two servers at the same time (the air conditioner's API requires it). However, when I combined that code with another program that connected to other servers (notably Telegram), I noticed that it often failed to connect to the air conditioner's server.