You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add support for QDataStream::Qt_5_4 (#40)
QDataStream::Qt_5_4 is used by newer versions of WSJT-X. The difference to QDataStream::Qt_5_2 are not relevant for WSJT-X.
Expose serving address to clients
If the client specified port 0 wanting an OS-assigned port (perhaps for integration testing), the client needs to be able to know which port was actually picked by the OS.