mirror of
https://github.com/oatpp/oatpp.git
synced 2025-01-18 16:43:57 +08:00
Tests. Fix network/virtual_/InterfaceTest.cpp
This commit is contained in:
parent
20253ea825
commit
d3883c5ecf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user