Skip to content

Commit be42eba

Browse files
dawid-trendota-redpwielders
authored andcommitted
[JSONRPC] Wait for Open in CommunicationChannel (#1369)
1 parent 7af7d16 commit be42eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/websocket/JSONRPCLink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ namespace WPEFramework {
251251
}
252252
uint32_t Initialize()
253253
{
254-
return (Open(0));
254+
return (Open(1000));
255255
}
256256
void Deinitialize()
257257
{

0 commit comments

Comments
 (0)