-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Networking
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
ASIOMessagingPort::send(const std::vector<std::pair<char*, int>>& data, const char*)
should send the data via asio ConstBufferSequence (single asio call) rather than looping and using the one-at-a-time send.