The following blocking operations are fiber friendly, meaning the fiber will park when the socket is not ready for I/O:
...
java.net.Socket
...
The following blocking operations are not currently fiber friendly; these methods may pin the carrier thread:
...
{"serverDuration": 1239, "requestCorrelationId": "dba55ef49f85b273"}