Reconnect websocket connection after specified time (Gatling Gradle Plugin 3.7.5)

Hi,

is there a possibility to configure http protocol for websocket connection to be reconnected after specified time (not automatically after disconnection)?

We are using Gatling Gradle Plugin version 3.7.5, and according to the documentation there is only option to define if it should be reconnected and how is the maximum allowed number of re-connections. We cannot determine any wait/pause or any such implementation to prevent it from automatically re-connection.
Is there any plans to implement such feature in the future?

Thanks in advance for answers :slight_smile:

No, there isn’t. Are you looking for something like exponential backoff? Are you interested in contributing?