Closed
Description
The client program will keep blocking
After a brief check of the source code, I found that HTTPTransport and baseTransport have the same members, and when calling HTTPTransport.SetMessageHandler, HTTPTransport.messageHandler is set instead of HTTPTransport.(*baseTransport).messageHandler, which results in the actual messageHandler being null, causing the server to have no response and causing the client to be blocked.
Metadata
Metadata
Assignees
Labels
No labels