Closed DerTim1 closed 5 months ago
The Option clean_session is already implemented, but always set to true.
clean_session
true
This PR adds 2 lines to be able to set clean_session as false with connection_options.
false
connection_options
Unfortunately I can't run tests with Elixir 1.10, because the QuickCheck library can't be downloaded (is fixed in eqc, but not released yet, see https://github.com/Quviq/eqc_ex/commit/1e8367293a06de050bbceffc53ac2aca7696dae7) and a further problem in eqc_ex.
Ping... This is trivial fix. Can we merge that?
The Option
clean_session
is already implemented, but always set totrue
.This PR adds 2 lines to be able to set
clean_session
asfalse
withconnection_options
.Unfortunately I can't run tests with Elixir 1.10, because the QuickCheck library can't be downloaded (is fixed in eqc, but not released yet, see https://github.com/Quviq/eqc_ex/commit/1e8367293a06de050bbceffc53ac2aca7696dae7) and a further problem in eqc_ex.