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 noticed that when ever i connect to the server the process memory used increases from 18 to 21 and when i disconnect it increases to 26 and remains 26 then increases after the next client connect, which means that there are some stuff about the user that are not being disposed, 8mb isnt that much but im building a server to handle more than 200 clients so 200 x 8 is 1600mb unusable memory, can you please look into the issue, im sure the memory usage isnt from my side.
I did some memory diagnostics it seems like the Dictionary Holding The RawDataHandler isnt cleared, we could use The UnregisterRawDataHandler method but it would be a waste of time for a lot of dataHandlers, can you add a dispose method to dispose a Connection with all its stuff and the dictionary?
The text was updated successfully, but these errors were encountered:
Toemsel
added
the
refactor
Marks an issue as a refactoring issue; it is not critical by itself.
label
Apr 5, 2020
I noticed that when ever i connect to the server the process memory used increases from 18 to 21 and when i disconnect it increases to 26 and remains 26 then increases after the next client connect, which means that there are some stuff about the user that are not being disposed, 8mb isnt that much but im building a server to handle more than 200 clients so 200 x 8 is 1600mb unusable memory, can you please look into the issue, im sure the memory usage isnt from my side.
I did some memory diagnostics it seems like the Dictionary Holding The RawDataHandler isnt cleared, we could use The UnregisterRawDataHandler method but it would be a waste of time for a lot of dataHandlers, can you add a dispose method to dispose a Connection with all its stuff and the dictionary?
The text was updated successfully, but these errors were encountered: