Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Server Log Queue #22

Closed
GoogleCodeExporter opened this issue Mar 13, 2015 · 3 comments
Closed

Server Log Queue #22

GoogleCodeExporter opened this issue Mar 13, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

I think that the Server Log RPC should have some kind of Queue.

Now every log call it call a RPC service. If you are debugging your code with 
many log messages 
they reach the server in different order, and the browsers have limited number 
of connections.

If needed, I can implement it.

Original issue reported on code.google.com by terciofi...@gmail.com on 1 Jul 2009 at 3:50

@GoogleCodeExporter
Copy link
Author

Work on this has begun in trunk at r349

Original comment by fredsa on 11 Jul 2009 at 7:26

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

The latest version is trunk should now maintain the order of messages. Also, 
only a 
single RPC call should be in flight at any given time.

Original comment by fredsa on 5 Oct 2009 at 11:59

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Released in version 3.0.0

Original comment by fredsa@google.com on 20 Jun 2011 at 11:53

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant