React Native Tcp Socket Versions Save

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

v6.0.6

1 year ago

6.0.6 (2023-02-08)

Bug Fixes

  • Android: Avoid crash when writing on closed socket. (466a5db), closes #167

v6.0.5

1 year ago

6.0.5 (2023-01-30)

Bug Fixes

v6.0.4

1 year ago

6.0.4 (2023-01-30)

Bug Fixes

  • Allow destroying socket while connecting (#169) (54cc248)

v6.0.3

1 year ago

6.0.3 (2022-11-21)

Bug Fixes

  • Android: Fix null error writing on disconnected socket (59d3195)

v6.0.2

1 year ago

6.0.2 (2022-09-30)

Bug Fixes

  • Remove timeout from connection parameters (16fea0b)

v6.0.1

1 year ago

6.0.1 (2022-08-22)

Bug Fixes

  • Server never emits close event if no connections (#156) (6eec851), closes #144

v6.0.0

1 year ago

6.0.0 (2022-08-21)

Features

  • Add complete server/client TLS support (#158) (3264f44)

BREAKING CHANGES

  • TLS client API now matches NodeJS official tls API.

v5.6.2

2 years ago

5.6.2 (2022-04-26)

Bug Fixes

  • Android: Add RN 0.65 event emitter stubs (#151) (8c025ef)

v5.6.1

2 years ago

5.6.1 (2022-04-18)

Bug Fixes

  • destroy & end work as no-op on closed streams (b129cf3), closes #145

v5.6.0

2 years ago

5.6.0 (2022-02-22)

Features

  • Add missing Socket properties (7c94304)