bloxbean / yaci

A Cardano Mini Protocols implementation in Java
MIT License
25 stars 3 forks source link

feat: #45 Add method to return last keep alive message and receive time #47

Closed satran004 closed 9 months ago

satran004 commented 9 months ago

Two new methods added to

Along with the isRunning method, these methods could also be used to check the health of the connection.

getLastKeepAliveResponseTime()
getLastKeepAliveResponseCookie()