You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
daemon: listens to any incoming signal messages and responds to them
the website sends out signal messages
How do I do this?
The main problem I am facing is with 2: when I send a request I want to listen for the response. But the daemon has already read that response so its no longer available.
Could there be two sockets? One for incoming messages and one for responses for requests?
Soryy if this is a dump question
This discussion was converted from issue #1524 on May 13, 2024 12:31.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi
I want to implement jsonRPC socket in php.
I want to do it with 2 independend scripts:
How do I do this?
The main problem I am facing is with 2: when I send a request I want to listen for the response. But the daemon has already read that response so its no longer available.
Could there be two sockets? One for incoming messages and one for responses for requests?
Soryy if this is a dump question
Beta Was this translation helpful? Give feedback.
All reactions