Skip to content

FayeObjc iphone using http:// instead of ws:// is it possible? #3

@steve21124

Description

@steve21124

FayeObjc iphone using http:// instead of ws:// is it possible?

For client iphone part instead of
self.faye = [[FayeClient alloc] initWithURLString:@"ws://localhost:
80/faye" channel:@"/testing"];

it will be this
self.faye = [[FayeClient alloc] initWithURLString:@"http://
localhost:80/faye" channel:@"/testing"];

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