Receiving only the first message client sends in golang websocket
I making this clipboard app which uses websocket to transfer your clipboard’s content. Everything is working fine except client’s message, I am only able to receive the first message. Can you check where i am wrong. here is my entire code