alex

Results 3 issues of alex

> also small fun fact the dfs node params also have a small difference: > |crate_query() > .ssl(true) > > |crate_out() > .tls(true)

enhancement

- Additionally to mocks, use github actions to setup the (available) external systems - Find a way to also test non available things like for example PLCs, in the same...

enhancement

master branch The default values: ``` erlang -define(DEFAULT_RETRY_INTERVAL, 30000). -define(DEFAULT_ACK_TIMEOUT, 30000). -define(DEFAULT_CONNECT_TIMEOUT, 60000). -define(DEFAULT_RECONNECT_TIMEOUT, 5000). ``` The README says for example: > {connect_timeout, Timeout} > > The maximum time to...