Michele Della Torre

Results 6 comments of Michele Della Torre

@kenichi which angelo/reel version have you used for this test? I'm using angelo 0.4.1 with reel 0.5.0 under MacOs

Here the results of my tests: - after start: 34mb - after 2 requests: 82mb - gc: 56 mb - 4 other reqs: 124mb - gc: 64 mb

I found another serious issue in dependecy angelo stack. I was trying to understand whether nio4r could impact that memory leak (since it is one of the c ext), but...

@digitalextremist @kenichi I'm able to reproduce it! :+1: ``` ruby require 'angelo' require 'json' class AngeloStressTest < Angelo::Base websocket '/' do |ws| websockets

My code production code sends short strings (usually less than 5000 characters), but sometimes I got that error. Probably is somehow related to the (wi-fi) network speed or something like...

Same error for me