Skip to content
Discussion options

You must be logged in to vote

I answered this in previous questions: HTTP runs over TCP. That's the way TCP works.
However, I don't see why your data would stay unsent for 1s, nor why you are doing things that way. A stream transport protocol is for sending streams, if you need to send messages then use a messaging protocol. WebSocket, for example.
Anyway, I don't see why there can be a 1s delay in there unless you are not doing things right or have a poor wireless connection.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Juggler-5
Comment options

@Juggler-5
Comment options

@scaprile
Comment options

@scaprile
Comment options

@Juggler-5
Comment options

Answer selected by scaprile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants