Dear mina team and users,
According to the session.getCreationTime() java doc the method returns the session's creation time in nanoseconds, however I dig in and found out that the creation time is actually in milli (which is great as I can create Date using milli and not using nano) Can you approve that the actual implementation (returning milli) is the correct one? (In this case I would recommend you update the java doc accordingly) Thank you very much, Guy
