Skip to content

EventSourceHandler - Failed to connect url #6

Description

@karthikavk

when i trying to connect my server, am getting error failed to connect url
but url was open in browser.

es = new EventSource(URI.create("Someurl"), new EventSourceHandler() {
@OverRide
public void onConnect() {
isConnected=Boolean.TRUE;
setTitle(Appconstants.appname+" Print - Connected to Server");
System.out.println("CONNECTED");
log.info("Print - Connected to Server");
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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