Skip to content

Commit

Permalink
feat: allow websocket communication, yet allow pipes to continue as l…
Browse files Browse the repository at this point in the history
…egacy support.
  • Loading branch information
SecondNewtonLaw committed Sep 2, 2024
1 parent bf60f9a commit 829a440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ int main() {
const auto luauManager = LuauManager::GetSingleton();
logger->PrintInformation(RbxStu::MainThread, "-- Initializing Communication...");

std::thread(Communication::NewCommunication, "ws://localhost:8523").detach();
std::thread(Communication::HandlePipe, "CommunicationPipe").detach();

const auto robloxPrint = robloxManager->GetRobloxPrint().value();
Expand Down

0 comments on commit 829a440

Please sign in to comment.