diff --git a/src/main/kotlin/com/zecqtwallet/wormhole/Service.kt b/src/main/kotlin/com/zecqtwallet/wormhole/Service.kt index 8498886..363cfe8 100644 --- a/src/main/kotlin/com/zecqtwallet/wormhole/Service.kt +++ b/src/main/kotlin/com/zecqtwallet/wormhole/Service.kt @@ -46,6 +46,8 @@ fun main(args : Array) { if (j.contains("ping")) { // Ignore, this is a keep-alive ping LOG.info("Ping ${usermap[session]}") + // Just send the ping back + session.send(message) return@onMessage }