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.
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.