Code review comment for ~dirk.zimoch/epics-base:iocLogClientFixes

Revision history for this message
Andrew Johnson (anj) wrote :

@Dirk: Does your new version still work with the original iocLogServer?

IIRC at connection time that server explicitly closes the socket in the log-server -> client IOC direction because the server never sends data back to the client. I'm not sure whether that might cause the client to get an EOF from a recv() call sooner than with the other log-servers that don't do that close.

« Back to merge proposal