We're trying to test TFastFramedTransport with a project, but we're either misunderstanding something.
We're trying to use it with THsHaServer, but ran into a few problems: * THsHaServer requrires a TFramedTransport.Factory, but TFastFramedTransport.Factory isn't a subclass of that. Seems wrong, no? * also, since TFastFramedTransport.Factory doesn't memoize the transport, we create a new object for each request and its therefore at least as resource intensive as the alternative So yeah, I hope we're just missing something. Otherwise this combination appears to be broken. -ryan
