timeout

  1. B

    Android Question OKHttp Timeout (connectTimeout - writeTimeout - readTimeout - callTimeout)

    We would like some clarification on the use of relative timeouts used in OkHttp. https://square.github.io/okhttp/3.x/okhttp/ The client has the following 4 settable timeouts: a. connectTimeout (default 10 seconds) b. writeTimeout (default 10 seconds) c. readTimeout (default 10 seconds) d...
  2. W

    Android Question Http's Request's Timeout seems not be configured

    Hi, I am using library OkHttpUtils2 and find the timeout of Http's request sticked to around 20 seconds but cannot be assigned. My testing codes is: #Region Activity Attributes #FullScreen: False #IncludeTitle: True #End Region Sub Process_Globals 'These global variables will be...
  3. M

    iOS Question iSpeechRecognition unreliable - not working well

    Hi everyone, i'm building an app that has to recognize single words and validate them in a certain period of time (ex. 1min). Like a game counting correct words. I tried to use speech recognition example at beginning, adding only the part to get the single word (and not the full sentence that...
  4. R

    Bug? Hosted Builder problems?

    Hi, I have a problem with Hosted Builder. Every build have a timeout error: B4i Versione: 6.80 Analisi del Codice. (0.19s) Building folders structure. (0.42s) Compilazione del codice. (0.36s) Compilazione del codice di layouts (0.08s) Compilazione del codice debugger. (1.41s)...
  5. LucaMs

    B4A Class [B4X][B4XLib] WaitForWithTimeout --> TimeoutHandler

    I have read many times the request for a "Wait For" with the addition of a timeout. This class is an attempt to implement that functionality. It is a B4X class, in the sense that it can be used with B4A, B4J and B4i; after all it uses only one B4XView which is completely optional and almost...
  6. peacemaker

    B4A Class Msgbox with timeout

    MsgBox with timeout (cancel) for Android. Inspired by. Dependencies: Dialogs lib v.4.01 StringUtils
  7. B

    iOS Question Hosted Builder problem

    Hi, After install and configure everything, I tryed to build b4i-bridge.app but without any success. I always get a Timeout error (even after increase from 60 to 180 seconds). I also update B4i for the last version and still get the same problem: B4i Version: 5.81 Parsing code. (0.00s)...
  8. Alexander Stolte

    B4J Question [Server] AddDoSFilter for jrdc2 for a special query

    Hello, i want to set a DosFilter for a special path for example i want to restrict the maxium Request Per Seconds for the login query to prevent brute force attacks. is it possible?
  9. L

    B4R Question esp8266 Wifi Timeout

    Hi, I have an esp 8266 (Wemos mini) and I'm connect on wifi with wifi.connect2(ssid,pass). Sometimes, the board can't connect to the wifi and my sub stop and wait the response. But on my DHCP Server, I see the board and the server send a ip address. 2 questions : - Why the board wait even the...
Top