#`StreamExt::next_event` Handling

1 messages · Page 1 of 1 (latest)

supple cloak
#

Is ignoring the Err hand of the StreamExt::next_event safe and reasonable? Documentations just ignore the Err hand, so I wanted to make sure if its crucial for the bot to keep working.

mellow vortex
#

yes, it's safe. it's probably worth logging, so that you can know if you got deserialization errors or anything.