Studio Disconnect Message Displays Incorrect Localhost Address

Issue

Previously, when stopping a studio test session, studio displays a disconnect message that follows this format:

Disconnect from [LOCAL HOST] | [PORT]

But as of the recent update, studio now displays the message as this:

Disconnect from ::1 | 55389

System Information

Operating System: Windows 10 Pro - 2004(Insiders Build)
Studio Version:
image

Additional Information

I’m not sure if this change is intentional, but I preferred the IPv4 format.

::1 is localhost (IPv6) which is also what you previously were seeing (except in the form of IPv4).

Does it have any advantage over IPv4?