Tests. Fix network/virtual_/InterfaceTest.cpp

This commit is contained in:
lganzzzo 2019-11-06 05:14:15 +02:00
parent 20253ea825
commit d3883c5ecf

View File

@ -137,6 +137,8 @@ void InterfaceTest::onRun() {
oatpp::String dataSample = "1234567890-=][poiuytrewqasdfghjkl;'/.,mnbvcxzzxcvbnm,./';lkjhgfdsaqwertyuiop][=-0987654321";
auto interface = Interface::obtainShared("virtualhost");
auto bindLock = interface->bind();
v_int32 numTasks = 100;
ThreadList threadList;