We’re successfully using the RN-XV module to post data to our server and parse the response. Unfortunately, when we try to post to one web service, then another without closing the TCP connection, the second post never hits the network. I’m monitoring the network using Wireshark, so I see the first post. The second is nowhere to be found. If I then change the code to close and reopen the TCP connection, I get the intended/expected behavior. Unfortunately, closing and opening the connection introduces more latency than we can reasonably expect our users to accept. Has anyone run into this problem and/or found a solution? Thanks in advance.