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
Currently the execute() method is single thread and try to use only one HTTP connection. This is a big problem if the wrapper is being used in a multi-thread environment so we need to add a http connection pool.
I'm going to fully read the InputStream and that should be enough to close the http connection. I may also include a connection manager to also handle a pool of http connections.
Currently the
execute()
method is single thread and try to use only one HTTP connection. This is a big problem if the wrapper is being used in a multi-thread environment so we need to add a http connection pool.See:
The text was updated successfully, but these errors were encountered: