Any one knows why it is throwing io exception when i connect websocket route in ktor .. iam using javascript to connect the route ws://localhost:8080/user/userId .. when i connect io exception throws on intellj idea log.. if i use ws://localhost:8080/member/userId .. this will work fine. I dont know why the first link is not working
j
James Richardson
07/30/2022, 2:41 PM
I dont know about the question, but you definitely have a GDPR problem with your code!
😄 2
m
Mohamed Jabarullah
07/30/2022, 2:44 PM
GDPR means??
Mohamed Jabarullah
07/30/2022, 2:47 PM
Let me Simply my question.. when i use "user" -this word in websocket route connection closed with io exception. When i use any word instead of "user" in websocket route that works good and connection established i can send message through the websocket.. this is so weird