Skip to content

Commit

Permalink
[JSONRPC] Wait for Open in CommunicationChannel (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
dawid-trendota-red authored and pwielders committed Jul 24, 2023
1 parent 7af7d16 commit be42eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/websocket/JSONRPCLink.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ namespace WPEFramework {
}
uint32_t Initialize()
{
return (Open(0));
return (Open(1000));
}
void Deinitialize()
{
Expand Down

0 comments on commit be42eba

Please sign in to comment.