Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Right now you are not able to utilize the built-in buffered or framed transport features of the current TServerSocketTransport class if you need to pass in your own TcpListener. This could be resolved by creating just two constructors using default values to replace the current six.
{{public TServerSocketTransport(TcpListener listener, int clientTimeout = 0, bool useBufferedSockets = false, bool useFramedTransport = false) }}{{public TServerSocketTransport(int port, int clientTimeout = 0, bool useBufferedSockets = false, bool useFramedTransport = false) }}
Attachments
Issue Links
- links to