Bug: Error handling in listIntroductionPeers(pagination: Pagination?)
function
#177
Labels
bug
Something isn't working
Describe the bug
While debugging, an error log was noticed that originates from the
listIntroductionPeers(pagination: Pagination?)
function in theConversations
class. The error is caught and printed, but not rethrown, which prevents it from being handled by the client. This issue is to discuss whether this behavior is expected and if any changes are needed.Steps to reproduce the bug
The error is triggered when calling
Conversations.list()
. The error message is"Loading introduction from peers: queryError("query")".
The relevant code is in the listIntroductionPeers(pagination: Pagination?) function:
Sources/XMTP/Conversations.swift startLine: 247 endLine: 273
The text was updated successfully, but these errors were encountered: