File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 6.0.2] ( https://github.com/Rapsssito/react-native-tcp-socket/compare/v6.0.1...v6.0.2 ) (2022-09-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Remove ` timeout ` from connection parameters ([ 16fea0b] ( https://github.com/Rapsssito/react-native-tcp-socket/commit/16fea0bea42274e88122d2fa70c7d29de1df8632 ) )
7
+
1
8
## [ 6.0.1] ( https://github.com/Rapsssito/react-native-tcp-socket/compare/v6.0.0...v6.0.1 ) (2022-08-22)
2
9
3
10
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 10
10
* @typedef {{
11
11
* port: number;
12
12
* host?: string;
13
- * timeout?: number,
14
13
* localAddress?: string,
15
14
* localPort?: number,
16
15
* interface?: 'wifi' | 'cellular' | 'ethernet',
@@ -248,7 +247,6 @@ export type NativeConnectionInfo = {
248
247
export type ConnectionOptions = {
249
248
port : number ;
250
249
host ?: string | undefined ;
251
- timeout ?: number | undefined ;
252
250
localAddress ?: string | undefined ;
253
251
localPort ?: number | undefined ;
254
252
interface ?: "wifi" | "cellular" | "ethernet" | undefined ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-tcp-socket" ,
3
3
"title" : " React Native Tcp Socket" ,
4
- "version" : " 6.0.1 " ,
4
+ "version" : " 6.0.2 " ,
5
5
"description" : " React Native TCP socket API for Android & iOS with SSL/TLS support" ,
6
6
"main" : " src/index.js" ,
7
7
"types" : " lib/types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments