|
@ -279,7 +279,7 @@ int32_t LP_sock_check(char *typestr,void *ctx,char *myipaddr,int32_t pubsock,int |
|
|
if ( (recvlen= nn_recv(sock,&ptr,NN_MSG,0)) > 0 ) |
|
|
if ( (recvlen= nn_recv(sock,&ptr,NN_MSG,0)) > 0 ) |
|
|
{ |
|
|
{ |
|
|
methodstr[0] = 0; |
|
|
methodstr[0] = 0; |
|
|
if ( 1 ) |
|
|
if ( 0 ) |
|
|
{ |
|
|
{ |
|
|
#ifdef FROM_JS |
|
|
#ifdef FROM_JS |
|
|
printf("%s RECV.(%s)\n",typestr,(char *)ptr); |
|
|
printf("%s RECV.(%s)\n",typestr,(char *)ptr); |
|
|