mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
minor echo server updates
This commit is contained in:
@@ -33,8 +33,8 @@ using websocketpp::server;
|
||||
|
||||
class echo_server_handler : public server::handler {
|
||||
public:
|
||||
void on_message(connection_ptr connection,message_ptr msg) {
|
||||
connection->send(msg->get_payload(),msg->get_opcode());
|
||||
void on_message(connection_ptr con, message_ptr msg) {
|
||||
con->send(msg->get_payload(),msg->get_opcode());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user