Hi,
The client issues multiple create_session requests because the server doesn’t send a response to the client. You can reduce the number of issued requests increasing the timeout interval the client waits for before attempting a new request (see
ConnectionOptions#setConnectTimeout). The default is 4 seconds.
Anyway I suggest you to investigate whether there are connectivity problem on your network before setting a connect timeout too big.