recently, i developed server-client program that use websocket.
when i send some byte just once and packet capture in wireshark, server send many ACK to client. (as different seq num and same ack num)
i wonder why this is happening in websocket packet.
thanks for reading.