1.0.3
- Added
GOING_AWAY
to the list of normal close codes, which will causeClient::receive()
to return null instead of throwing an exception if a browser sends this code when navigating away from a page - Fixed undefined array access in rare case where the event loop is exited after receiving a message on the websocket and then re-entered at a later time (amphp/websocket-client#39)