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
Describe the bug
When I use the connecttoroom view of the example method of livekit go SDK to connect to a room I have entered through the web, the server can monitor my connection, but soon it automatically turns off the connection. The specific process is as follows: Premise:
I have successfully started the livekit service in the docker of my Mac. As follows: Then I successfully connected to the livekit service I had started locally through the livekit client JS end example. As follows:
Now:
I call the sample code in livekit go SDK in the local go project. I try to connect to the room just created on the web side. The code is as follows:
After execution, the output information of the server and connection end is as follows: Print information at the service startup terminal:
The upper part shows that the client connection is automatically executed in a very short time from closing the connection. I didn't do anything.
The log information printed on the connection console is:
Additional Comments:
I changed the protocol of the host in the connection section parameters to WSS, HTTPS and HTTP respectively, and the connection address to localhost and my local IP address respectively. The server will respond only when it is WS: / / localhost: 7880. In other cases, the connection timeout or TLS handshake is reported.
Describe the bug
When I use the connecttoroom view of the example method of livekit go SDK to connect to a room I have entered through the web, the server can monitor my connection, but soon it automatically turns off the connection. The specific process is as follows:
Premise:
I have successfully started the livekit service in the docker of my Mac. As follows:
Then I successfully connected to the livekit service I had started locally through the livekit client JS end example. As follows:
Now:
I call the sample code in livekit go SDK in the local go project. I try to connect to the room just created on the web side. The code is as follows:
After execution, the output information of the server and connection end is as follows:
Print information at the service startup terminal:
The upper part shows that the client connection is automatically executed in a very short time from closing the connection. I didn't do anything.
The log information printed on the connection console is:
Additional Comments:
I changed the protocol of the host in the connection section parameters to WSS, HTTPS and HTTP respectively, and the connection address to localhost and my local IP address respectively. The server will respond only when it is WS: / / localhost: 7880. In other cases, the connection timeout or TLS handshake is reported.
Server
Client
The text was updated successfully, but these errors were encountered: