Hi Team, I am trying to implement web socket throu...
# android
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
c
Do you have the
INTERNET
permission?