-
Notifications
You must be signed in to change notification settings - Fork 324
Closed
Description
Hi,
I am experiencing TLS-related inconsistencies if a given ConnectionContext is used by a high number of CF operations frequently. This is what I do:
- Create a singleton
ConnectionContextwith default configuration - Create a singleton
CloudFoundryClientwith default configuration - list organizations:
client.organizations.list(...).block()1000 times - wait 30 seconds and repeat (3)
After two-three iterations, I start getting exceptions:
- javax.net.ssl.SSLException: SSLEngine closed already
- java.lang.NullPointerException: while trying to invoke the method io.netty.handler.codec.http.HttpMethod.name() of a null object loaded from local variable 'method'
Metadata
Metadata
Assignees
Labels
No labels