MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetWhySessionTerminated

Method GetWhySessionTerminated

engine/Poseidon/Network/NetTransportNet.cpp:1559–1567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1557 }
1558 else
1559 { // common message
1560 msg = NetMessagePool::pool()->newMessage(bufferSize, channel);
1561 if (!msg)
1562 {
1563 leaveSnd();
1564 return false;
1565 }
1566 msg->setCallback(clientSendComplete, nsOutputSent, this);
1567 msg->setSendTimeout(SEND_TIMEOUT);
1568 msg->setData((unsigned8*)buffer, bufferSize);
1569 msg->send();
1570 }

Callers 1

ReceiveSystemMessagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected