One problem I discovered when we rely on the LogService.MessageOut to send data from Studio to the server is that the string passed to MessageOut is sometimes filtered (for example some urls gets truncated).
One thing we could do is change the main template for something like
return function(sender)
...
end
And then, sender could be a function that will json encode the content and send it directly through the server.
One problem I discovered when we rely on the LogService.MessageOut to send data from Studio to the server is that the string passed to MessageOut is sometimes filtered (for example some urls gets truncated).
One thing we could do is change the main template for something like
And then, sender could be a function that will json encode the content and send it directly through the server.