rabbitmq / rabbitmq-web-mqtt

Provides support for MQTT over WebSockets
Other
55 stars 16 forks source link

Ensure cuttlefish schema is used correctly #27

Closed lukebakken closed 6 years ago

lukebakken commented 6 years ago

Fixes #26

Tested with the following conf file:

web_mqtt.tcp.listener = 127.0.0.1:12345

and Erlang-term format file:

[
    {rabbitmq_web_mqtt, [
        {tcp_config, [
            {ip, {127,0,0,1}},
            {port, 12345}
        ]}
    ]}
].
sriharshav commented 6 years ago

:+1: