arduino / ArduinoCore-mbed

319 stars 189 forks source link

ChatServer.ino not working #852

Open i-herrera opened 4 months ago

i-herrera commented 4 months ago

image

ChatServer.ino example under the Ethernet library on the Examples for Portenta H7. When loading the sketch to the board the telnet command won't connect or freez after the connection.

Core version: 4.1.1

facchinm commented 4 months ago

Due to Server.available() modernization ,this example might be removed in https://github.com/arduino/ArduinoCore-mbed/pull/793 (and replaced with the compliant AdvancedChatServer example)