cancel
Showing results for 
Search instead for 
Did you mean: 

Capstone IPC blocked

ysxiong
New Contributor

When I was working on 1.4, 1.5, and 1.6 parts of the capstone project, I understood that I need to use

 

 

refServiceHandle: hopen `::5010

 

 

to open the handle to connect to port 5010. But when I call the API getOptionRef 

 

 

optRef: refServiceHandle("getOptionRef"; enlist uniqueOpts)

 

 

I get the message saying "blocked" and as a result I could not obtain the table needed here. Any help in this situation? Thank you in advance! 

1 REPLY 1

davidcrossey
Moderator Moderator
Moderator

Try changing "getOptionRef" to `getOptionRef i.e.

optRef: refServiceHandle(`getOptionRef;uniqueOpts)

See here for a few other examples: Search - KX Community