File tree Expand file tree Collapse file tree 12 files changed +17
-15
lines changed
app-stream-network-rsocket
src/main/java/com/dingtalk/open/app/stream/network/ws Expand file tree Collapse file tree 12 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >open-app-stream-client</artifactId >
77 <groupId >com.dingtalk.open</groupId >
8- <version >1.3.3 </version >
8+ <version >1.3.4 </version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.dingtalk.open</groupId >
66 <artifactId >open-app-stream-client</artifactId >
7- <version >1.3.3 </version >
7+ <version >1.3.4 </version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
1111 <artifactId >app-stream-client</artifactId >
1212 <packaging >jar</packaging >
13- <version >1.3.3 </version >
13+ <version >1.3.4 </version >
1414 <name >app-stream-client</name >
1515
1616 <dependencies >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.dingtalk.open</groupId >
66 <artifactId >app-stream-network</artifactId >
7- <version >1.3.3 </version >
7+ <version >1.3.4 </version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
1111 <artifactId >app-stream-network-api</artifactId >
12- <version >1.3.3 </version >
12+ <version >1.3.4 </version >
1313 <packaging >jar</packaging >
1414
1515 <name >app-stream-network-api</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.dingtalk.open</groupId >
66 <artifactId >app-stream-network</artifactId >
7- <version >1.3.3 </version >
7+ <version >1.3.4 </version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.dingtalk.open</groupId >
66 <artifactId >app-stream-network</artifactId >
7- <version >1.3.3 </version >
7+ <version >1.3.4 </version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.dingtalk.open</groupId >
66 <artifactId >app-stream-network</artifactId >
7- <version >1.3.3 </version >
7+ <version >1.3.4 </version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change @@ -46,7 +46,9 @@ protected void initChannel(SocketChannel socketChannel) throws Exception {
4646 if (connection .getProxy () != null ) {
4747 socketChannel .pipeline ().addLast (new HttpProxyHandler (connection .getProxy ().address ()));
4848 }
49- WebSocketClientProtocolConfig config = WebSocketClientProtocolConfig .newBuilder ().dropPongFrames (false ).webSocketUri (configureWebsocketUri (connection )).handshakeTimeoutMillis (option .getTtl ()).dropPongFrames (false ).handleCloseFrames (true ).build ();
49+ WebSocketClientProtocolConfig config = WebSocketClientProtocolConfig .newBuilder ()
50+ .maxFramePayloadLength (256 * 1024 )
51+ .dropPongFrames (false ).webSocketUri (configureWebsocketUri (connection )).handshakeTimeoutMillis (option .getTtl ()).dropPongFrames (false ).handleCloseFrames (true ).build ();
5052 SslContext sslContext = SslContextBuilder .forClient ().build ();
5153 if (connection .getProtocol ().isTls ()) {
5254 final SSLEngine engine = sslContext .newEngine (socketChannel .alloc ());
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >open-app-stream-client</artifactId >
77 <groupId >com.dingtalk.open</groupId >
8- <version >1.3.3 </version >
8+ <version >1.3.4 </version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.dingtalk.open</groupId >
88 <artifactId >open-app-stream-client</artifactId >
9- <version >1.3.3 </version >
9+ <version >1.3.4 </version >
1010 </parent >
1111
1212 <artifactId >app-stream-protocol</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.dingtalk.open</groupId >
66 <artifactId >open-app-stream-client</artifactId >
7- <version >1.3.3 </version >
7+ <version >1.3.4 </version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
1111 <artifactId >dingtalk-stream</artifactId >
1212 <packaging >jar</packaging >
13- <version >1.3.3 </version >
13+ <version >1.3.4 </version >
1414 <name >app-stream-client</name >
1515
1616 <dependencies >
You can’t perform that action at this time.
0 commit comments