Sometimes it takes a while to realise that an API is lying to you. When implementing Bluetooth Classic support for Linux on .NET 6.0 and above I came to this realisation after going directly to the native API. System.Net.Sockets has been available since the beginning of .NET. Traditionally this was a wrapper over the WinSock […]
