Skip to content

getCometdURL argument mismatch #21

@moblizeit

Description

@moblizeit

in cometd_setup the call is

var url = getCometdURL(data.conn, data.args);

whereas the signature has only one parameter as below:

function getCometdURL(conn:any) {
return conn.instanceUrl + '/cometd/44.0';
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions