G-Ray / pikatorrent

BitTorrent client ⚡. For mobile, desktop & server.
https://www.pikatorrent.com
GNU General Public License v3.0
309 stars 14 forks source link

libtransmission sould be started/stopped once on native #58

Closed G-Ray closed 11 months ago

G-Ray commented 11 months ago

Currently it seems react-native-transmission is initialized/closed multiple times as the UI in useLocalNode. We should remove the init code from this react code and initialize react-transmission-native only once.

G-Ray commented 11 months ago

Fixed by 514e91b105df680a959844dfb54b124725f32ac5, but https://github.com/G-Ray/pikatorrent/issues/59 needs to be fixed