swoft-cloud / swoft-component

📦 This is a repository of centralized management of all swoft core components
https://www.swoft.org
Apache License 2.0
97 stars 107 forks source link

Null values do not need to respond #547

Closed wvfeng closed 4 years ago

wvfeng commented 4 years ago

No response is required for functions with void return type

What does this PR do?

The controller returns void and the console will warn [WARNING] cannot send empty response to websocket client, which is unnecessary