콘솔에 잘못된 부분이 있어 제보 드립니다.
-
비동기와 SendQueue 문서가 같습니다.
-
또한, Backend.Social.Post.ReceivePostItemAll 가 아니라 Backend.UPost.ReceivePostItemAll 로 되는게 맞는 것 같습니다.
-
그리고 ‘동기’ 예제 최상단
Backend.Social.Post.ReceivePostItemAll(PostType.Rank); // 랭크 우편의 경우
Backend.Social.Post.ReceivePostItemAll(PostType.User); // 유저 우편의 경우
이 구문은 없는 구문입니다… 아래 구문 ( Backend.UPost.ReceivePostItemAll(PostType.User); ) 으로 수정되어야 합니다.