mirror of
https://github.com/open-goal/jak-project
synced 2026-06-18 23:37:22 -04:00
test
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "common/cross_sockets/XSocketServer.h"
|
||||
|
||||
#include "deci_common.h"
|
||||
#include <condition_variable>
|
||||
|
||||
/// @brief Basic implementation of a DECI2 server.
|
||||
/// Works with deci2.cpp(sceDeci2) to implement the networking on target
|
||||
|
||||
@@ -86,7 +86,7 @@ void ReplServer::ping_response() {
|
||||
std::string ping = fmt::format("Connected to OpenGOAL v{}.{} nREPL!",
|
||||
versions::GOAL_VERSION_MAJOR, versions::GOAL_VERSION_MINOR);
|
||||
lock();
|
||||
auto bytes_written = write_to_socket(accepted_socket, ping.c_str(), ping.size());
|
||||
write_to_socket(accepted_socket, ping.c_str(), ping.size());
|
||||
unlock();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user