File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed 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
+
1
8
## [ 4.0.4] ( https://github.com/tradle/react-native-udp/compare/v4.0.3...v4.0.4 ) (2020-11-28)
2
9
3
10
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export default class UdpSocket extends EventEmitter {
68
68
disconnect ( ) : void ;
69
69
/**
70
70
* @private
71
- * @param {{ data: string; address: string; port: number; } } info
71
+ * @param {{ data: string; address: string; port: number; ts: number; } } info
72
72
*/
73
73
private _onReceive ;
74
74
/**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-udp" ,
3
- "version" : " 4.0.4 " ,
3
+ "version" : " 4.1.0 " ,
4
4
"description" : " React Native UDP socket API for Android & iOS" ,
5
5
"homepage" : " https://github.com/tradle/react-native-udp" ,
6
6
"main" : " src/index.js" ,
You can’t perform that action at this time.
0 commit comments