-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Add getConnection(String connectionId) so the client can select which connection it wants (if not open, return null).
Also singleUse serves 2 purposes when true
- tells the CF to hand out a new connection each time
getConnection()is called - tells the adapters to close the socket when the send/receive is complete (one-way) or after the reply is sent/received (request/reply).
Split this into two flags sharedConnection and closeAfterCompletion.
rhigonet