amone

Results 6 comments of amone

Why not use conditional compilation? Don't let this method can be used on unsupported systems. Maybe it's better this way.

@vitorhugoze Maybe your problem is different from me? You just lack a `Packet.lib` file.

If I use `offset_id` I need to filter messages in local, and will fetch more data from server. I think that will cost more time, and may not be very...

`offset_id` seems only can get older messages, can't get the new messages. I want to get messages from old to new rather than from new to old.

It would be very nice, if `SearchIter` and `MessageIter` have not only `next()` method but also `prev()` method to iter from behind to front.