robeving

Results 6 comments of robeving

I replaced with getCurrentDesktopNumber() with ``` getCurrentDesktopNumber(leaveWinTabOpen := true) { hVirtualDesktopAccessor := DllCall("LoadLibrary", "Str", A_ScriptDir . "\VirtualDesktopAccessor.dll", "Ptr") GetWindowDesktopNumberProc := DllCall("GetProcAddress", Ptr, hVirtualDesktopAccessor, AStr, "GetWindowDesktopNumber", "Ptr") WinGet, activeHwnd, ID, A...

I have my own implementation that creates socket/tcpclients. I use this to have diagnostics and management of the clients that arrive. Being able to pass in say a TcpClient is...

Can confirm that this issue still seems present in 1.8 - have received double data in our eventhub

Stable for reading (maybe) but not for writing https://github.com/dapr/components-contrib/issues/1764 and https://github.com/dapr/components-contrib/issues/1598

Fixes https://github.com/GoSecure/pyrdp/issues/445