Commit Graph

103 Commits

Author SHA1 Message Date
b056904809 2017-10-28 09:15:58 -07:00
4cef5bbe17 3.3.0 2017-08-23 18:06:09 -07:00
Snoy 95846a71fc Set callback after write can cause callback being skipped
When didWriteDataWithTag is called but callback is not yet pushed to
pendingSends dictionary, it will be skipped and cause stream to hang
forever.
2017-08-16 06:44:27 -07:00
Hampton Maxwell ea1bb2e8a7 We can no longer override createJSModules since it's been removed in RN 0.47 2017-08-16 06:43:39 -07:00
5dd58665c3 3.2.2 2017-07-04 22:31:08 -07:00
Andy Prock 59674c4c7b Merge pull request #53 from jsdario/patch-1
Replace `this` by `self` in a scoped reference
2017-07-04 10:12:14 -07:00
Jesús Darío fc66549961 Replace `this` by `self` in a scoped reference 2017-06-05 15:15:37 +02:00
Siva 75afd35a6b Merge pull request #41 from aprock/master
fix #39 remove reverse dns lookup
2017-02-21 14:37:09 -08:00
Andy Prock e45bbff331 3.2.1 2017-02-21 13:37:42 -08:00
Andy Prock 0de39b6d50 Merge pull request #1 from aprock/rdns
eliminate the reverse dns lookup when connecting
2017-02-21 13:36:56 -08:00
Andy Prock 0f07346eac eliminate the reverse dns lookup when connecting 2017-02-21 11:43:46 -08:00
Andy Prock 52945030ee 3.2.0 2017-01-16 11:40:39 -08:00
Andy Prock b3e4d51404 Merge pull request #36 from PeelTechnologies/rn40
Rn40
2017-01-16 11:38:02 -08:00
Andy Prock b0ac68ee5a update docs for RN < 0.40 + ios 2017-01-16 11:34:45 -08:00
Andy Prock 93143414af Header changes required for 0.40 on ios
https://github.com/facebook/react-native/releases/tag/v0.40.0
2017-01-16 11:33:07 -08:00
Andy Prock 15e7b3c545 3.1.0 2017-01-13 12:44:32 -08:00
Andy Prock aec6937e19 Merge pull request #35 from PeelTechnologies/RCTEventEmitter
switch to NativeEventEmitter for sending events
2017-01-13 12:44:09 -08:00
Andy Prock 6fa42c9438 switch to NativeEventEmitter for sending events 2017-01-13 12:42:55 -08:00
Andy Prock 6d623aaa4c cleanup readme markdown 2017-01-11 16:14:05 -08:00
Andy Prock f2c6261a7c 3.0.7 2017-01-10 14:07:17 -08:00
Andy Prock 2cb72832e0 Fix #30, add missing semicolons 2017-01-10 14:07:13 -08:00
Andy Prock 55ac33732c 3.0.6 2017-01-03 10:57:26 -08:00
Andy Prock ff3576578a Merge pull request #30 from PeelTechnologies/socketCloseEvent
Fixes #29 ios socket callback id matchup
2017-01-03 10:57:03 -08:00
Andy Prock f38894e1aa ensure events correspond to generated socket ids 2017-01-03 10:22:39 -08:00
Andy Prock 0b356bbaac 3.0.5 2016-12-30 08:33:57 -08:00
Andy Prock 06ef01d2d2 Merge pull request #28 from PeelTechnologies/closeError
add a listening flag to keep server sockets alive
2016-12-30 08:33:04 -08:00
Andy Prock f12be0f655 add a listening flag to keep server sockets alive 2016-12-29 21:22:02 -08:00
Andy Prock 110eb09f79 3.0.4 2016-12-15 13:52:54 -08:00
Andy Prock 3d85d10f8d add examples to npmignore 2016-12-15 13:52:48 -08:00
Andy Prock 1c559aa0cc 3.0.3 2016-12-02 11:34:07 -08:00
Andy Prock 60d9a65a77 Merge pull request #26 from PeelTechnologies/timeout
Fixes #10, socket timeout now refreshes on data
2016-12-02 11:33:45 -08:00
Andy Prock a88d5bea7f Fixes #10, socket timeout now refreshes on data 2016-12-02 11:33:01 -08:00
Andy Prock f641b5e6db 3.0.2 2016-12-01 15:17:51 -08:00
Andy Prock f6a65339b8 Merge pull request #25 from PeelTechnologies/streams
Fixes #24 stream compatibility udpates
2016-12-01 15:17:04 -08:00
Andy Prock 65a939bfdc Fixes #24 stream compatibility udpates
drop stream-browserify from dependencies
update rctsockets sample to rn 0.38.0
add dev-dependency on rn-nodeify to sample
update docs
2016-12-01 13:16:00 -08:00
Andy Prock 209f2a817d 3.0.1 2016-11-22 11:19:07 -08:00
Andy Prock 222c28d150 Merge pull request #22 from PeelTechnologies/serverClose
ensure server close events are being sent
2016-11-22 11:18:00 -08:00
Andy Prock aeb748a480 ensure server close events are being sent 2016-11-09 10:47:03 -08:00
Andy Prock 8637618b6e 3.0.0 2016-11-03 09:27:46 -07:00
Andy Prock 79103ab4cd Merge pull request #21 from PeelTechnologies/stream
make sockets duplex streams
2016-11-03 09:27:29 -07:00
Andy Prock 099a7d82bb make sockets duplex streams 2016-10-27 09:14:43 -07:00
Andy Prock 5190cf5d9f 2.0.5 2016-10-24 16:12:14 -07:00
Andy Prock f6ca633843 bump rctsockets example to rn 0.35 2016-10-24 16:12:07 -07:00
Andy Prock 79795b8250 fix server listen error in ios 2016-10-24 16:11:47 -07:00
Andy Prock 4b1c20c02a 2.0.4 2016-09-20 13:07:32 -07:00
Andy Prock 57e9f2eb31 Merge pull request #18 from franrios/master
refactor of default server binding address
2016-09-20 13:06:45 -07:00
franrios 7f33dfbfff refactor of default binding address 2016-09-20 10:20:11 +02:00
Andy Prock c82dfe90bc 2.0.3 2016-09-19 13:03:47 -07:00
Andy Prock 1085d66123 update readme with latest linking info 2016-09-19 13:03:40 -07:00
Andy Prock d2c2c5585c 2.0.2 2016-09-19 12:49:28 -07:00