I cannot compile examples/httpserver2.nim with the latest release (0.14.2) on Windows. I get the following error:
c:nimlibpuresockets.nim(174, 6) Error: ambiguous call; both system.==(x: T, y: T) and unsigned.==(x: T, y: T) match for: (uint16, uint16)
Is that normal?