We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71e2b5f + 7920efd commit 6fbe5afCopy full SHA for 6fbe5af
src/spark_protocol.cpp
@@ -793,6 +793,8 @@ bool SparkProtocol::handle_received_message(void)
793
int return_value = descriptor.call_function(function_key, function_arg);
794
795
// send return value
796
+ *msg_to_send = 0;
797
+ *(msg_to_send + 1) = 16;
798
function_return(msg_to_send + 2, token, return_value);
799
if (0 > blocking_send(msg_to_send, 18))
800
{
0 commit comments