but I can't find a way to iterate over all the ses...
# ktor
v
but I can't find a way to iterate over all the sessions registered on the call features. Is there a way to achieve such thing? Say create a session model object that is backed by a
Map<String, Any>
of any sessions in the server?