Skip to content

Message aggregator should prepare a string dictionary and send that as a message over to the client #120

Description

@emilsoman

Whenever strings are encountered, we should put that into a dictionary, basically a hash that looks like :

{ 1 => 'MyClass', 2 => 'my_method', 3 => 'String' }

This could be sent to the client when a message batch is dispatched. The client will need to keep referring this reconstruct strings in the UI. This is going to bring down our network cost by a lot, I have not measured how much yet.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions