Danil
Danil
same is for me: rackup private_pub.ru -s thin -E production > > Thin web server (v1.5.0 codename Knife) > > Maximum connections set to 1024 > > Listening on 0.0.0.0:9292,...
you can reproduce it: ``` bash rails g new dummy cd dummy echo "gem 'private_pub' " >> Gemfile echo "gem 'thin' " >> Gemfile bundle rackup private_pub.ru -s thin -E...
Ryan the problem has gone after reinstalling all gems and reboot. Thanks for you attention and good job :) Are are my joy in rails world.
here is simple repo to reproduce https://github.com/danil-z/covjest
Hello i'm affected too here is my Gemfile ``` ruby source 'https://rubygems.org' ruby '2.0.0' gem 'rails', '4.0.0' gem 'sass-rails', '~> 4.0.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.0.0' gem...
Btw please check https://github.com/blackbumer/SocketIOCocoa/commit/7e0c5936ff5f1790dd64934811ad70f9ae18db0e if skipReconnect = true need be set on close connection... without it socket tried reconnect to server on close
I tested used your suggestions. It did not work.
I've switched to the Primus on the server. So I use SocketRocket for meantime but I'm planing to use starscream later on and implement Primus protocol in swift.
I'm affected of this issue too. i've merged this pull request and now custom cells works as expected from storyboards