fix(messaging/sipgate): yield sent messages
This commit is contained in:
parent
2e05a51928
commit
b69d8e8fe9
|
@ -91,3 +91,4 @@ class Sender(BaseSender):
|
|||
},
|
||||
)
|
||||
r.raise_for_status()
|
||||
yield message
|
||||
|
|
Loading…
Reference in New Issue