shuoli84 / SocketIOCocoa

The socket 1.0 client in Swift
175 stars 11 forks source link

Socket is polling like crazy #23

Open longbowww opened 9 years ago

longbowww commented 9 years ago

when i open a new socket and join - suddenly the library starts polling like crazy - anyone else experienced this??

have the issue on both simulator and live device

2015-03-05 20:24:31.482 project[549:226571] [D][PollingTransport][Open] polling
2015-03-05 20:24:31.491 project[549:226571] [D][PollingTransport][Open] polling     http://xxx/socket.io/?sid=UnZHk6fMkXwmXRU8AAAa&EIO=3&t=1425583471&transport=polling
2015-03-05 20:24:31.526 project[549:226572] [D][PollingTransport][Open] polling
2015-03-05 20:24:31.536 project[549:226572] [D][PollingTransport][Open] polling  http://xxx/socket.io/?sid=UnZHk6fMkXwmXRU8AAAa&EIO=3&t=1425583471&transport=polling

and this goes on "forever" or until the server kicks me because of spam

shuoli84 commented 9 years ago

Pls paste some code snippet?

发自我的 iPhone

在 2015年3月6日,上午3:28,longbowww notifications@github.com 写道:

when i open a new socket and join - suddenly the library starts polling like crazy - anyone else experienced this??

have the issue on both simulator and live device

2015-03-05 20:24:31.482 project[549:226571] [D][PollingTransport][Open] polling 2015-03-05 20:24:31.491 project[549:226571] [D][PollingTransport][Open] polling http://xxx/socket.io/?sid=UnZHk6fMkXwmXRU8AAAa&EIO=3&t=1425583471&transport=polling 2015-03-05 20:24:31.526 project[549:226572] [D][PollingTransport][Open] polling 2015-03-05 20:24:31.536 project[549:226572] [D][PollingTransport][Open] polling http://xxx/socket.io/?sid=UnZHk6fMkXwmXRU8AAAa&EIO=3&t=1425583471&transport=polling and this goes on "forever" or until the server kicks me because of spam

— Reply to this email directly or view it on GitHub.