Skip to content

[BUG] http example not work as normally #77

Closed
@WAY29

Description

@WAY29

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions