Hey everyone, I work in a project where we run Kt...
# ktor
p
Hey everyone, I work in a project where we run Ktor server on Android. I see the following StrictMode violations:
UntaggedSocketViolation: Untagged socket detected
They recommend using:
TrafficStats.setThreadSocketTag()
Would this be possible for Ktor server with Netty engine?
a
Can you please share the full stack trace of the
UntaggedSocketViolation
?