UWP StreamSocket ConnectAsync exception 0xC00D36FF
问题 I'm getting a very strange exception using a UWP StreamSocket, 99.9% of the time this code functions as expected and the communication with the device works properly, however I get the following exception every once in a while. The exception message: The operation failed because an invalid combination of workqueue ID and flags was specified. (Exception from HRESULT: 0xC00D36FF) Sample code for the issue: using (StreamSocket analyzerSocket = new StreamSocket()) { HostName hostName = new