rdmenezes / paragent

Automatically exported from code.google.com/p/paragent
0 stars 0 forks source link

ARBITER: unhandled case the value T is not of type SEQUENCE #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
we are periodically throwing an exception when receiving an alert from an agent.

Original issue reported on code.google.com by tritc...@gmail.com on 15 Oct 2007 at 4:10

GoogleCodeExporter commented 9 years ago
This was caused by the fact that all queries were made async, so it was 
returning T to indicate the message was 
sent off okay, but not the results. used a query-let to make it all appear 
synchronous. in production and svn.

Original comment by tritc...@gmail.com on 17 Dec 2007 at 4:53