The file sharing application allows clients to share files via a P2P connection. To enable communication between the clients (exchange of IP addresses), the server comes into play.
Install both the client and server with the binaries attached below.
The following runtime prerequisites may be necessary for execution: .NET 8 Runtime
Changes [CLIENT]:
- Fix Connection Alert windows not closing when declined.
- Fix crash when losing connection to the receiver during file transmission.
Changes [SERVER]:
- Ensure registered clients are updated with the correct list of available clients when a client disconnects.