Issue with UNO R4 and multiple TCP servers

I have an application on an UNO R4 WiFi with multiple TCP servers - one on port 80 and another on port 4472. I am using WiFiS3.h as directed for this board. However, when I test for available connections (port 80 first, then port 4472), they all are returned to the first call - which ought to be the port 80 connections only.
It looks to me like there's a fault with the library (a quick google finds some reference to it on Github) however as a newbie I have no idea how to update it (Wifis3 doesn't appear in the list of libraries in library manager).
As a complete novice to Arduino (but not programming in general), all help greatfully received!!

update the firmware in esp32S3. it has my fix for this

sorry. I see a new version of the firmware was not yest release

Where is the latest release please (just to be sure!!).

I think IDE 2 should download update to latest available version

@coreyduncans is it solved?

Maybe, it appears that I may have needed to reboot, or wait, or something after applying 0.4.1. Perhaps the first time didn't successfully apply the update. I am in fact seeing more than one connection now. Thank you for the follow-up!

WiFiS3 has now server.accept() too