You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When using the setTimeout method, I have the impression that the connection timeout is not taken in consideration.
For example, if I set a timeout of 1sec, it may happen that my connection to the AS400 takes too long (for example 10sec) even though I have a timeout of 1sec.
Is it possible to implement a timeout for the connection directly (for the AS400ConnectionsFactory class I suppose?).
I'm currently using the version 20.0.6 of the librairy
The text was updated successfully, but these errors were encountered:
Hello,
When using the setTimeout method, I have the impression that the connection timeout is not taken in consideration.
For example, if I set a timeout of 1sec, it may happen that my connection to the AS400 takes too long (for example 10sec) even though I have a timeout of 1sec.
Is it possible to implement a timeout for the connection directly (for the AS400ConnectionsFactory class I suppose?).
I'm currently using the version 20.0.6 of the librairy
The text was updated successfully, but these errors were encountered: