Commit 796a0c4
Fix TimeUnit in ChannelInputStream.close()
The `TcpNioConnection.ChannelInputStream.close()` uses wrongly `TimeUnit.SECONDS`
for the `pipeTimeout` in the `this.buffers.offer()` call.
* The `TimeUnit.MILLISECONDS` must be used instead
**Cherry-pick to 5.1.x, 5.0.x, 4.3.x**1 parent 400f9e1 commit 796a0c4
File tree
1 file changed
+1
-1
lines changed- spring-integration-ip/src/main/java/org/springframework/integration/ip/tcp/connection
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
765 | 765 | | |
766 | 766 | | |
767 | 767 | | |
768 | | - | |
| 768 | + | |
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
| |||
0 commit comments