How i can detect congestion for connection ? I know that reactphp ConnectionInterface support drain event for that and also can return true/false in write method if buffer was filled. But ratchet doesn't provide same functionallity. How i can overcome this ?
How i can detect congestion for connection ? I know that reactphp
ConnectionInterfacesupport drain event for that and also can return true/false in write method if buffer was filled. But ratchet doesn't provide same functionallity. How i can overcome this ?