react-native-tcp-socket icon indicating copy to clipboard operation
react-native-tcp-socket copied to clipboard

React Native TCP socket API for Android, iOS & macOS with SSL/TLS support.

Results 23 react-native-tcp-socket issues
Sort by recently updated
recently updated
newest added

Sends write exection only if socket is not null. This crashed the app I'm currently working on as described in this Ticket: #153

## Description When providing a callback function to server.close() it works as expected on Android but on iOS (iOS Simulator iPhone 13 iOS 15.2) the callback never fires. Despite this...

bug
work-in-progress

hello, when call write func with default encode utf8 and callback , I think it is more convenience to only pass to params: (buffer,cb); Nodejs also did it this way.

* Methods: * [x] `socket.setNoDelay()` (#52) _Originally posted by @Overtorment in https://github.com/Rapsssito/react-native-tcp-socket/issues/38#issuecomment-610916087_ * [x] `socket.setKeepAlive()` (#62) _Originally posted by @Overtorment in https://github.com/Rapsssito/react-native-tcp-socket/issues/38#issuecomment-610916087_ * [x] `socket.setEncoding()` (#74) _Originally posted by @Overtorment...

feature request
work-in-progress

## Description I once experienced a crash when my app was in the background for a while, and I opened so it tried to go to foreground. I immediately looked...

bug
iOS
work-in-progress

## Description Hi I have been evaluating your module as an update for some older react-tcp code and it performs well. Great job and good work in keeping the calls...

bug
work-in-progress

HI, I'm trying to create a tcp connection to host in iOS, connection success or error not emitting in particular iOS versions with particular devices for the first time, but...

bug
work-in-progress