Pah.

Results 25 comments of Pah.

> Hello, thanks for the report. > > Does it occur reliably, or is this issue sporadic? I'm unsure how and why the client would crash the server itself. I'll...

Any progress as regards this?

Can you list them? So i can fix them while I'm at it

This library doesn't actually save messages You can do that yourself (Using an SQL/postgres database)

https://github.com/krypton-byte/neonize/blob/863306cadfce1d1e82950bbdfca2f17f3d4605f2/neonize/aioze/client.py#L942-L946 The message gotten from the message builder should be referenced (to be reused) then after the message is successfully sent, the MessageWithContextInfo is extracted from the message and then...

@krypton-byte I can't modify SendResponse since it's connected with the go code and I honestly have no idea how that works :neckbeard: Returning a new object instead of SendResponse since...

Hmm, i haven't tussled with multi-client yet so I'm sorta clueless but what's going wrong here as to do with mixing different event loops