We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
На некоторых системах валится TcpTests с логом:
TcpTests
5: > Start TcpFunctions 5: ----> Case "Create client and server": 5: flame_ide::os::network::tests::TcpFunctionsTest::initSockets:376: server.descriptor != os::SOCKET_INVALID.descriptor 5: ----> Failed 5: 5: flame_ide::os::network::tests::TcpFunctionsTest::vStart:349: doTestCase( "Create client and server" , [this]() { return initSockets(); } ) 5: ----> FAILED TEST 5: > End TcpFunctions 5: 5: > Start TcpTest 5: ----> Case "Ping - pong": 5: Pong (server): Invalid server socket 5: Client: connection error: -10061 5: ----> Success 5: 5: ----> SUCCESS TEST 5: > End TcpTest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
На некоторых системах валится
TcpTests
с логом:The text was updated successfully, but these errors were encountered: