mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
ce8cdce0a4
* CA-236844: XenCenter throws "Assertion failed" error when toggling between the RDP and VNC consoles Couldn't reproduce it, but it looks like the assertion is hit because the console view still holds a subscription to an event from an old vnc stream (maybe not garbage collected yet). Added code to deregister event handlers when the vcnStream is disconnected and also replaced the the assertion with an if statement, ignoring the case that might have caused the assertion failure. * CA-236844: XenCenter throws "Assertion failed" error when toggling between the RDP and VNC consoles Added a Debug assert and a null check. Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com> |
||
---|---|---|
.. | ||
ConsoleKeyHandler.cs | ||
IRemoteConsole.cs | ||
RdpClient.cs | ||
VNCGraphicsClient.cs | ||
VNCTabView.cs | ||
VNCTabView.Designer.cs | ||
VNCTabView.ja.resx | ||
VNCTabView.resx | ||
VNCTabView.zh-CN.resx | ||
VNCView.cs | ||
VNCView.Designer.cs | ||
VNCView.ja.resx | ||
VNCView.resx | ||
VNCView.zh-CN.resx | ||
XSVNCScreen.cs | ||
XSVNCScreen.ja.resx | ||
XSVNCScreen.resx | ||
XSVNCScreen.zh-CN.resx |