mirror of https://github.com/OpenVPN/openvpn-gui
Browse Source
Change the way echo-msg window is update (thread safety). When new echo-msg content is available for display, update the window from the thread owning it by sending a message to it. A blocking SendMessage (with a timeout) is used, as the window needs access to the config's echo-msg buffer which is cleared on return from this this call. Signed-off-by: Selva Nair <selva.nair@gmail.com>pull/392/head
Selva Nair
4 years ago
3 changed files with 26 additions and 14 deletions
Loading…
Reference in new issue