Skip to content

Commit 3f3ebc3

Browse files
committed
Update to the latest oatpp version
1 parent f56d521 commit 3f3ebc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/test/WebSocketTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class TestComponent {
3030
}());
3131

3232
OATPP_CREATE_COMPONENT(std::shared_ptr<oatpp::network::virtual_::Interface>, virtualInterface)([] {
33-
return oatpp::network::virtual_::Interface::createShared("virtualhost");
33+
return oatpp::network::virtual_::Interface::obtainShared("virtualhost");
3434
}());
3535

3636
OATPP_CREATE_COMPONENT(std::shared_ptr<oatpp::network::ServerConnectionProvider>, serverConnectionProvider)([] {

0 commit comments

Comments
 (0)