denglerchr / Mosquitto.jl

Eclipse Public License 2.0
15 stars 2 forks source link

Some examples fixes #17

Closed s-celles closed 8 months ago

s-celles commented 8 months ago
┌ Warning: Assignment to `nmessages` in soft scope is ambiguous because a global variable by the same name exists: `nmessages` will be treated as a new local. Disambiguate by using `local nmessages` to suppress this warning or `global nmessages` to assign to the existing global variable.
└ @ C:\Users\scell\essai_mosquitto.jl:29
ERROR: LoadError: UndefVarError: `nmessages` not defined
┌ Warning: Assignment to `mrcount` in soft scope is ambiguous because a global variable by the same name exists: `mrcount` will be treated as a new local. Disambiguate by using `local mrcount` to suppress this warning or `global mrcount` to assign to the existing global variable.
└ @ C:\Users\scell\essai_mosquitto.jl:51
Connection of client 7kFtMi7iIhVddxW successfull (return code MOSQ_ERR_SUCCESS), subscribing to test/#
ERROR: LoadError: UndefVarError: `mrcount` not defined