Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get another way to talk the the local server #7

Open
jeparlefrancais opened this issue Aug 23, 2019 · 1 comment
Open

Get another way to talk the the local server #7

jeparlefrancais opened this issue Aug 23, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@jeparlefrancais
Copy link
Contributor

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.

@LPGhatguy LPGhatguy added the enhancement New feature or request label Mar 24, 2020
@OrbitalOwen
Copy link
Contributor

Although it wasn't a consideration, this may be resolved by my suggestion here: #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants