Hi, I need to get statistics from an IoSession such as the number of bytes sent and received from it. And even the number of writes and messageReceived calls. Is there already a way of getting such information? If not, I am thinking of associating such stats as session attributes and once a session closes - write these to my DB. Would that be the recommended way?
-Dhruv
