Hi Team, I am trying to implement web socket throu...
# server
m
Hi Team, I am trying to implement web socket through ktor server . Its working fine but its not connecting to android app which is using ktor client. I am getting this error : ws://ip-here8080/clipboard/myRoom Operation not permitted
a
Have you added network permission to your manifest file ?
m
i think it's the permission
m
Yes, thanks guys rookie mistake