kegaretail / react-native-rabbitmq

29 stars 56 forks source link

Too many connection in IOS #21

Open hmunoz opened 5 years ago

hmunoz commented 5 years ago

At the time of that, when the application closes or is in the background, connections are generated that are not eliminated. Many connections and channels are created for each connected device.

timhonders commented 5 years ago

The app needs to handle that, the connection has a .close() function that closes the connection and channel