File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # [ 4.1.0] ( https://github.com/tradle/react-native-udp/compare/v4.0.4...v4.1.0 ) (2020-12-05)
2+
3+
4+ ### Features
5+
6+ * Add rx timestamp to rinfo payload ([ #146 ] ( https://github.com/tradle/react-native-udp/issues/146 ) ) ([ c468a39] ( https://github.com/tradle/react-native-udp/commit/c468a3942b7637302b33cf9946f2e89818ea70fb ) )
7+
18## [ 4.0.4] ( https://github.com/tradle/react-native-udp/compare/v4.0.3...v4.0.4 ) (2020-11-28)
29
310
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export default class UdpSocket extends EventEmitter {
6868 disconnect ( ) : void ;
6969 /**
7070 * @private
71- * @param {{ data: string; address: string; port: number; } } info
71+ * @param {{ data: string; address: string; port: number; ts: number; } } info
7272 */
7373 private _onReceive ;
7474 /**
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-udp" ,
3- "version" : " 4.0.4 " ,
3+ "version" : " 4.1.0 " ,
44 "description" : " React Native UDP socket API for Android & iOS" ,
55 "homepage" : " https://github.com/tradle/react-native-udp" ,
66 "main" : " src/index.js" ,
You can’t perform that action at this time.
0 commit comments