Hmmm I think I must to do that instead: ``` ...
# coroutines
f
Hmmm I think I must to do that instead:
Copy code
return awaitResult<String?> { handler ->
            redis.get("peter/user/$userId/context", handler)
        }?.let { context ->
            ContextInsideMessageBody().update(JsonObject(context)) as ContextInsideMessageBody
        }
Am I right?