You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the AGI module, please change agi.readEnv to agi.ReadEnv (exported) so that
we may supply our own bufio.Reader and bufio.Writer. agi.NewAgi is presently
the only way to access a.readEnv, and that function uses the hard-coded
os.Stdin and os.Stdout. This makes AsyncAGI impossible.
Thanks
Original issue reported on code.google.com by [email protected] on 14 Feb 2015 at 11:12
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Feb 2015 at 11:12The text was updated successfully, but these errors were encountered: