Hi, I have encountered a akka websocket situation with akka stream, and need some advices. I built a websocket server via handleWebSocketMessages with user register scheme, and it's correctly worked. After that I changed the websocket client IP when it's connected with the websocket server, and found out after the IP changed, I can't get any response while message sent to the websocket server. Then, I reconnected to the websocket server with same user id, and found out I received two system: connection closed message after a few minutes. But shouldn't it be correct that only received one connection closed response? It's really weird.
I thought maybe it can be solved if I could find some akka websocket timeout structure or some information like this, but found out there seems no further information about it in the doc of akka stream and akka http. And I really need some advices about the situation. Thank you. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
