vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
679 stars 36 forks source link

socketDidDisconnect with nil clientDelegate for 0 #152

Closed kidpollo closed 1 year ago

kidpollo commented 1 year ago

Hola! Great project!

Whenever I hit r on metro to reload the app I get socketDidDisconnect with nil clientDelegate for 0 warning. I traced it to be coming from https://github.com/Rapsssito/react-native-tcp-socket/blob/6034e199599c267fc1e2d0e645f3b7fedf69b495/ios/TcpSocketClient.m#L489

It is most likely socket state related to krell and it's not a bit deal. Just wondering if y'all see it too and I could look into fixing it.

kidpollo commented 1 year ago

Screenshot 2023-02-27 at 5 53 44 PM This is what it looks like btw

kidpollo commented 1 year ago

Hmmm after a a refactor and clearing the target folder this went away. If I see it again Ill report it again