We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52f7fe commit ed99183Copy full SHA for ed99183
1 file changed
wolframclient/evaluation/kernel/initkernel.m
@@ -136,12 +136,12 @@ no matter the total size (tested with 80MB) *)
136
Composition[ClientLibrary`info, ReleaseHold]
137
];
138
139
-socketEventHandler[data_] := Module[
+socketEventHandler[data_] := Block[
140
{expr},
141
ClientLibrary`debug["Evaluating a new expression."];
142
expr = EvaluationData[BinaryDeserialize[data]];
143
(* Produce inline InputForm string messages. *)
144
- expr = Prepend[
+ expr = Append[
145
expr, {
146
"Result" -> BinarySerialize[expr["Result"]],
147
"MessagesText" -> Map[
0 commit comments