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
But this one works without TLS, where new one I'm trying to add (Gemini protocol) should use it.
How can I handle the raw input/output stream events, without using any of HTTP/WS wrappers that maybe implements this listener?
Thanks
The text was updated successfully, but these errors were encountered:
I want to wrap this working component into the TLS without any HTTP or WS layers:
I'm trying this construction:
It launching the server, call the
Gemini
constructor,but the server does not respond for events like
onOpen
oronMessage
I suppose that forgot to add some listener.
Here is the source of working
MessageComponentInterface
component:https://github.com/YGGverse/Pulsar/blob/main/src/Controller/Server/Nex.php
But this one works without TLS, where new one I'm trying to add (Gemini protocol) should use it.
How can I handle the raw input/output stream events, without using any of HTTP/WS wrappers that maybe implements this listener?
Thanks
The text was updated successfully, but these errors were encountered: