Skip to content

Error when trying to connect to ssl socket #5

Description

@KaiKruschel

When trying to connect through ssl in Godot 4.4 the application crashes with the error "Trying to get a return value of a method that returns void" on line 83 in mqtt.gd

It seems that the poll method of the StreamPeerTLS class doesn't have a return value for some reason while the parent class's version does.

This should probably be fixed in Godot itself, but as a workaround simply commenting out the check works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions