ActionCable under stress: fixing data corruption and socket leak issues in Rails 5
During performance testing of the Rails 5.0.0 release we discovered two bugs in Rails. One data corruption bug that occurs when two threads transmit on the same channel, and another bug causing socket leaks that could eventually make your server to grind to a halt. Read it here
Post a comment