Skip to content

1.0.3

Compare
Choose a tag to compare
@trowski trowski released this 11 Apr 23:50
v1.0.3
248e9dc
  • Added GOING_AWAY to the list of normal close codes, which will cause Client::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)