nwtgck / piping-server-rust

Infinitely transfer between every device over pure HTTP with pipes or browsers
MIT License
288 stars 19 forks source link

multi receivers not Implemented #292

Open bhzhu203 opened 2 years ago

bhzhu203 commented 2 years ago

echo 'hello, world' | curl -T - http://xxx.xxx.top:9999/hello6?n=4 [INFO] Waiting for 1 receiver(s)...

It only shows having 1 receiver

nwtgck commented 2 years ago

Multi receiver is implemented only in the original Piping Server for now. piping-server-rust >= v0.13.0 rejects n > 1 for feature detection. I have a plan to implement multi-receiver feature in the future.

Main reasons not to implement this for now are as follows.

Use the original Piping Server when you use full and new features. Use rich-piping-server to get richer features.