Commit Graph

3 Commits

Author SHA1 Message Date
Manuel Menegazzo
f615b5b459 Fix some compilation warnings (#1010)
* Fixe some summary warning

* Fixed more warning

* Uniformed example projects code

* Uniformed test projects code

* Fix OperatingSystems enum and GenericType summaries
2022-09-15 16:21:21 -07:00
Boshi Lian
fd6f920e40 chunk websocket frame when buff > 15M (#981)
* ws is now chunked

* remove chunk in example

* fix build
2022-08-21 13:29:36 -07:00
Lazar Krstić
d59f4da2ae Copy local file to pod using tar (#962)
* Copy local file to pod using tar

* Update examples/cp/Cp.cs

Co-authored-by: Boshi Lian <farmer1992@gmail.com>

* File names as command line args, default encoding

* command line args

Co-authored-by: Boshi Lian <farmer1992@gmail.com>
2022-07-27 09:04:28 -07:00