mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
remove debug printf
This commit is contained in:
@@ -549,7 +549,6 @@ _goback:
|
|||||||
__sync_lock_release(&Z->notice_event);
|
__sync_lock_release(&Z->notice_event);
|
||||||
// double check
|
// double check
|
||||||
if (!skynet_remotemq_pop(Z->queue,&msg)) {
|
if (!skynet_remotemq_pop(Z->queue,&msg)) {
|
||||||
printf("goback %x\n",msg.destination);
|
|
||||||
__sync_lock_test_and_set(&Z->notice_event, 1);
|
__sync_lock_test_and_set(&Z->notice_event, 1);
|
||||||
goto _goback;
|
goto _goback;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user