You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code, the raw values are strings: request, response, and notification. However, in the spec, they are defined as 0, 1, and 2 respectively. PR #33 will cover this issue. A standard NS_ENUM will be created for this case.
The text was updated successfully, but these errors were encountered:
In the code, the raw values are strings:
request
,response
, andnotification
. However, in the spec, they are defined as0
,1
, and2
respectively. PR #33 will cover this issue. A standardNS_ENUM
will be created for this case.The text was updated successfully, but these errors were encountered: