#13987 closed defect (fixed)
Disable default timeout in RpcService
Reported by: | freddefisk | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | low | Milestone: | 1.9 |
Component: | RPC | Version: | 1.6.1 |
Keywords: | needsreview | Cc: | |
Blocked By: | Blocking: |
Description
The default timeout in dojo.rpc.RpcService? is 3 seconds. The default behaviour should be to disable the timeout (setting it to 0) as all xhr functions in dojo does.
Change History (4)
comment:1 Changed 9 years ago by
Keywords: | needsreview added |
---|---|
Priority: | high → low |
comment:2 Changed 8 years ago by
comment:4 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
Note: See
TracTickets for help on using
tickets.
#15760 is a related ticket.
Another thing that I did not mention in the description is that it's not possible to disable the timeout manually by sending timeout: 0 as an argument because of the way the default timeout is set: