Skip to content

Accepting 2 connections but only connecting 1 #912

Answered by miguelgrinberg
jcgomez11 asked this question in Q&A
Discussion options

You must be logged in to vote

You are using the polling transport, which is constantly sending requests to the server. If the WebSocket transport is available, the client will eventually upgrade to WebSocket, and there won't be any more requests like those you are showing.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jcgomez11
Comment options

@miguelgrinberg
Comment options

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