Got nothing at getRecentMessages()
Open
- Dominant language
- Python
- Stars
- 827
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
> messages = friend.getRecentMessages(count=10)
> print messages
The output should be like this:
> [LineMessage (contentType=NONE, sender=None, receiver=, msg="hello World!")]
But the output is:
> []
There's nothing inside "[]" things
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.