Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection error occurred Client 3163 not found in ClientStorage.php line 65 #384

Open
kerstvo opened this issue May 28, 2019 · 0 comments
Labels

Comments

@kerstvo
Copy link

kerstvo commented May 28, 2019

Hello

I'm using it with Symfony2.8

gos_web_socket:
    shared_config: true

    periodic:
        - "@app.web_scocket.periodic.reconnect"

    client:
        firewall: [user, main, admin]
        session_handler: "@snc_redis.session.handler"
        storage:
            driver: "@app.web_scocket.storage.driver"

    server:
        host: "%web_socket_server.host%"
        port: "%web_socket_server.port%"

        origin_check: false

        router:
            resources:
                - "@AppBundle/Resources/config/routing/topic/pubsub.yml"

    origins:
        - "%web_socket_server.host%"

    pushers:
        wamp:
            host: "%web_socket_server.host%"
            port: "%web_socket_server.port%"
         "gos/pnctl-event-loop-emitter": "^0.1.3",
        "gos/web-socket-bundle": "^1.7",      

When I push some data to channel sometimes I get error

Connection error occurred Client 3163 not found in vendor/gos/web-socket-bundle/Client/ClientStorage.php line 65

I can't figure why it happened. Will appreciate for any help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants