Opened 4 years ago

Closed 4 years ago

#30979 closed Bug (invalid)

Unreliable variable value

Reported by: Harsh Nagarkar Owned by: nobody
Component: HTTP handling Version: 2.2
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I have created a list in which I append thread numbers.
The list changes only when I remove or add thread.
But when I trying to read the array using rest ajax call, I sometimes(about 20% time, get an empty list) but if I reload the page it reads correctly again.

What is going one, how to make a constant variable resistant and reliable to multiple reads.

Change History (1)

comment:1 by Mariusz Felisiak, 4 years ago

Component: InternationalizationHTTP handling
Resolution: invalid
Status: newclosed

I don't think that's an issue in Django, it's probably something with your Ajax calls or in a server configuration. Please use one of support channels.

Note: See TracTickets for help on using tickets.
Back to Top