Skip to content

Web-socket client issue #436

Open
Open
@RSDhanu

Description

@RSDhanu

When I am trying with the switch sample code I am getting errors,
error: 'class IPAddress' has no member named 'toString'

return begin(host.toString().c_str(), port, url, protocol);
error: return-statement with a value, in function returning 'void' [-fpermissive]

return begin(host.toString().c_str(), port, url, protocol);
what's the problem

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions