Skip to content

Releases: Rapsssito/react-native-tcp-socket

v3.4.2

06 Apr 15:20

Choose a tag to compare

3.4.2 (2020-04-06)

Bug Fixes

  • Fix write() callback invoking IOException objects (f07ee07), closes #39

v3.4.1

05 Apr 11:39

Choose a tag to compare

3.4.1 (2020-04-05)

Bug Fixes

v3.4.0

27 Feb 17:32

Choose a tag to compare

3.4.0 (2020-02-27)

Features

  • Android: Connect from "cellular" & "ethernet" interfaces (14bea9b)

v3.3.1

24 Feb 17:12

Choose a tag to compare

3.3.1 (2020-02-24)

Bug Fixes

  • Fixed TypeScript declaration files not being a module (3e2213a)

v3.3.0

24 Feb 17:02

Choose a tag to compare

3.3.0 (2020-02-24)

Features

v3.2.9

20 Feb 19:30

Choose a tag to compare

3.2.9 (2020-02-20)

Bug Fixes

  • Fixed an error when sending a Uint8Array from write() (4d44d3e)

v3.2.8

18 Feb 19:23

Choose a tag to compare

3.2.8 (2020-02-18)

Bug Fixes

  • Fixed error removing already removed listeners (7712876)

v3.2.7

18 Feb 18:26

Choose a tag to compare

3.2.7 (2020-02-18)

Bug Fixes

  • iOS: Fixed error when connecting without localAddress (18c430d)

v3.2.6

11 Feb 21:52

Choose a tag to compare

3.2.6 (2020-02-11)

Bug Fixes

  • Fixed sockets concurrent events not firing (1b8c574)

v3.2.5

05 Feb 01:33

Choose a tag to compare

3.2.5 (2020-02-05)

Bug Fixes

  • Android: Fixed connections being not concurrent (c6ede32)