这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@KevinRansom
Copy link
Contributor

@KevinRansom KevinRansom commented Oct 9, 2019

Console and output from interactive to Jupyter, had a couple of issues.

  1. It enqueued StandardOutputValueProduced twice, doubling up the output.

  2. It didn't handle protocol stream correctly. So it only actually produced the first line.

Repro:
Console.WriteLine a couple of lines, and see only one produced. Either C# or F#.

image

With Fix:
image

encodedTopic = Encoding.Unicode.GetBytes("execute_result");
break;

case nameof(Stream):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look at code in #513

@colombod
Copy link
Member

colombod commented Oct 9, 2019

this PR is addressed by #514

@colombod colombod closed this Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants