LukasPoque / s3i_flutter

A library that makes it easy to communicate with the S³I (Smart Systems Service Infrastructure of the KWH4.0)
https://pub.dev/packages/s3i_flutter
MIT License
4 stars 1 forks source link

Fix port number of the AMQP Broker #17

Closed LukasPoque closed 2 years ago

LukasPoque commented 2 years ago

Port 5672 is deactivated because of security concerns. The only port for an AMQP connection is now 5671.

LukasPoque commented 2 years ago

https://github.com/LukasPoque/s3i_flutter/blob/master/lib/src/broker/broker_amqp_connector.dart#L33