Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我通过 smpp 协议与 SMS 中心通信,SMSC通过 tcp 协议向我发送FIN标志,而不是通过SMPP发送解除绑定。这是正确的吗?
unbind 操作是可选的,通常由 ESME 发送给 MC,反之则不然。
即使 MC 通常在连接关闭之前发送 unbind,也可能存在无法执行此操作的情况(例如,它检测到某些协议错误,因此无法可靠地发送 unbind 操作)。在这些情况下,MC 只会关闭连接,因此在您的客户端中,您也应该处理“裸关闭”情况。