You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shub->params->error_handler("Failed to read local socket", SHUB_RECOVERABLE_ERROR);
382
+
charbuf[1024];
383
+
sprintf(buf, "Failed to read local socket rc=%d, min requested=%ld, max requested=%d, errno=%d", rc, sizeof(ShubMessageHdr) -available, buffer_size-pos-available, errno);
0 commit comments