-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello,
I just want to ask a quick question about this piece of code in your project
_zone = new ClientZone(
ClientEntityFactory.Default,
new ProtobufChannelToServerZoneOutbound
{
TypeTable = new TypeAliasTable(),
TypeModel = new DomainProtobufSerializer(),
OutboundChannel = this
});
_zoneChannel = new ProtobufChannelToClientZoneInbound
{
TypeTable = new TypeAliasTable(),
TypeModel = new DomainProtobufSerializer(),
InboundClientZone = _zone
};
I wonder if I could write TypeModel = TypeModel.Create() when init the zones ? Does it cause any drawbacks
And thank you for a great project, a very helpful one.
Metadata
Metadata
Assignees
Labels
No labels