This PR fix the bug that the parameter cross_silo_messages_max_size_in_bytes doesn't work. The reason is in the previous implementation, it's just passed into driver instead of proxy actors, but this flag should be passed into proxy actors.
In this PR, we fix it and add the necessary unit tests.
This PR fix the bug that the parameter
cross_silo_messages_max_size_in_bytes
doesn't work. The reason is in the previous implementation, it's just passed into driver instead of proxy actors, but this flag should be passed into proxy actors.In this PR, we fix it and add the necessary unit tests.
Close #46 #42 #36