chrome

6 views
Skip to first unread message

derek_111

unread,
Oct 2, 2009, 9:43:42 AM10/2/09
to meteorserver
hey,

have you tried out meteor in chrome?
it works, but it shows an hourglass icon and a rotating circle on the
tab.
This makes the user think that the website is still loading, so they
might sit their and wait, or give up and think something is broken.
Do you know of anyway to get it to stop doing that?

thanks.

dionyziz

unread,
Nov 8, 2009, 8:39:41 AM11/8/09
to meteorserver
Hello,

I can confirm this problem as well. It is also apparent on the
meteorserver.org website itself. I suspect it's a Javascript client
issue, and defaulting to a different transport may help.

Any meteord hackers have any suggestions about how to solve this
problem?

Dionysis Zindros,
Kamibu Development Group.

BadKiwi

unread,
Nov 13, 2009, 11:15:08 AM11/13/09
to meteorserver
I had the same problem and I found a hack. I think the problem arises
when the xhr communication is initiated before all resources are
loaded. Basically the stream.html file must wait before initialising
the xhr connection. So replacing startstream(); by setTimeout
(startstream, 1); fixes the issue. I am not sure it is the cleanest
solution, but it works. If anyone has a better understanding of the
problem, I'll be happy to hear it.

ag3nt

unread,
Dec 28, 2009, 11:03:47 AM12/28/09
to meteorserver
That hack works. I also figured that out just today.

Andrew Betts

unread,
Jan 19, 2010, 6:52:56 AM1/19/10
to meteorserver
This technique has been implemented in SVN is part of new version
1.06.05.
Reply all
Reply to author
Forward
0 new messages