aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Transport/TransportRequestConfig.cs
Commit message (Collapse)AuthorAgeFilesLines
* Implemented new transport threading mode.Roy Ben Shabat2020-11-181-0/+1
| | | | Implemented logger update queue thread on stubs gui.
* Implemented priority queues for Transport Layer.Roy Ben Shabat2020-03-201-0/+2
| | | | Working on file/folder download.
* Implemented Transport Immediate mode on TCP and SignalR.Roy Ben Shabat2020-02-281-0/+1
| | | | Implemented Tango.Console components.
* Implemented Hangfire experiment.Roy Ben Shabat2020-01-251-0/+14
Refactored Transporter to accept a configuration instead of multiple parameters on all request/response methods. Refactored Transporter to automatically log request/response messaged based on configuration. Fixed issue with ContinuousResponseAborted and external bridge.