Files
eugene yokota c30d16c6f6 [2.0.x] fix: Fixes JDK 17 domain socket deadlocks (#9671)
**Problem**
Channels.newInputStream/newOutputStream share a channel-wide lock,
which would deadlock for a duplex communication.

**Solution**
This implements an alternative DuplexChannels functions that's capable
of duplex communication expected of a "socket".

This also duplicates the Java implementation to the worker app,
so we can use JDK domain socket for forked test communication.
2026-08-25 02:30:10 -04:00
..
2026-06-01 02:42:50 -04:00
2026-07-26 15:49:44 -04:00
2025-11-09 17:06:13 -05:00
2026-05-11 21:13:02 -07:00
2026-06-21 01:53:34 -04:00
2019-10-19 19:53:11 -04:00