File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 4.5.4] ( https://github.com/Rapsssito/react-native-tcp-socket/compare/v4.5.3...v4.5.4 ) (2020-10-14)
2+
3+
4+ ### Bug Fixes
5+
6+ * Add ref() & unref() as empty methods ([ #84 ] ( https://github.com/Rapsssito/react-native-tcp-socket/issues/84 ) ) ([ 1ee98a4] ( https://github.com/Rapsssito/react-native-tcp-socket/commit/1ee98a482f2d12c9a26216eda02421ba225c109c ) )
7+
18## [ 4.5.3] ( https://github.com/Rapsssito/react-native-tcp-socket/compare/v4.5.2...v4.5.3 ) (2020-10-02)
29
310
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -156,6 +156,8 @@ export default class TcpSocket extends EventEmitter {
156156 * @private
157157 */
158158 private _setDisconnected ;
159+ ref ( ) : void ;
160+ unref ( ) : void ;
159161 addListener ( event : string | symbol , listener : ( ...args : any [ ] ) => void ) : TcpSocket ;
160162 on ( event : string | symbol , listener : ( ...args : any [ ] ) => void ) : TcpSocket ;
161163 once ( event : string | symbol , listener : ( ...args : any [ ] ) => void ) : TcpSocket ;
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-tcp-socket" ,
33 "title" : " React Native Tcp Socket" ,
4- "version" : " 4.5.3 " ,
4+ "version" : " 4.5.4 " ,
55 "description" : " React Native TCP socket API for Android & iOS with SSL/TLS support" ,
66 "main" : " src/index.js" ,
77 "types" : " lib/types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments