Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Commit

Permalink
RUN-2942 missing name on external connections causing regression (#110)
Browse files Browse the repository at this point in the history
copy of #109 into develop.
  • Loading branch information
rdepena authored and datamadic committed Apr 27, 2017
1 parent 7872776 commit c34c6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/api_protocol/transport_strategy/ws_strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class WebSocketStrategy extends ApiTransportBase<MessagePackage> {
*/
identity.runtimeUuid = requestingConnection.uuid;
} else {
identity = { uuid: requestingConnection.uuid };
identity = { uuid: requestingConnection.uuid, name: requestingConnection.uuid };
}
}

Expand Down

0 comments on commit c34c6fa

Please sign in to comment.