lxlenovostar
lxlenovostar
Hi: @eidheim ``` void close() noexcept { error_code ec; std::unique_lock lock(socket_close_mutex); // The following operations seems to be needed to run sequentially socket->lowest_layer().shutdown(asio::ip::tcp::socket::shutdown_both, ec); socket->lowest_layer().close(ec); } ``` In this way,...
I use rawrtc build datachannel between rawrtc-terminal and Chrome. When I close label in Chrome, rawrtc-terminal can't find datachannel alread close, No callback function will call, I think some callback...
I test rawrtc-terminal-demo. js on Windows7, and rawrtc-terminal run in Ubuntu(in virtualbox) on the same PC. Test case fail in firefox, but pass in Chrome. The Local Parameters in firefox:...
I test rawrtc-terminal-demo. js in Chrome on Windows7, and rawrtc-terminal run in Ubuntu(in virtualbox) on the same PC. I think ICE is completed, and I have install xterm. The error...
``` parseWSURIOrParameters(text) { // Stop catching paste events paste.setAttribute('contenteditable', 'false'); this.previousPasteEventHandler = paste.onpaste; paste.onpaste = (event) => { event.preventDefault(); }; // Remove current selections (or we'll get an error when...
Someone cross-compiler librtcdcpp and run on openwrt? Thank you.
``` D3D11_TEXTURE2D_DESC const texDesc = CD3D11_TEXTURE2D_DESC( DXGI_FORMAT_NV12, // HoloLens PV camera format, common for video sources m_width, // Width of the video frames m_height, // Height of the video frames...