You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a backend on vapor, when I configure it, I call a class object with a long polling for the chat bot, when I receive some response from the chat bot and the long polling is restarted, the memory used by the server increases, this happens every time the long poll is restarted . I don’t have functional operators in the publisher, I only use the sink method, I don’t call any self in it and use [weak self] _ in, maybe this is normal behavior for such things, I haven’t figured it out yet. I’ll try to reproduce it later on some some test project it.
strangely, my memory decreases with each restart of polling(
The text was updated successfully, but these errors were encountered: