We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
接收到SIP REGISTER请求后,这行代码赋值抛异常:
The text was updated successfully, but these errors were encountered:
异常信息:System.InvalidCastException:“Unable to cast object of type 'SIPSorcery.SIP.SIPMessageBuffer' to type 'GB28181.SIPMessage'.”
消息解析过程感觉挺正常的,解析完返回值是:
Sorry, something went wrong.
上面的问题是试图把基类对象强转成子类导致的。 修改了一下,可以拿到数据了。
但紧接着后面的parse函数直接无限递归了:
No branches or pull requests
接收到SIP REGISTER请求后,这行代码赋值抛异常:
The text was updated successfully, but these errors were encountered: