Giter VIP home page Giter VIP logo

Comments (6)

xuzuxing avatar xuzuxing commented on September 24, 2024 2

Change the source code as follows:

// client.go line : 66

func (c *Client) Connect() error {
	dialer := engineio.Dialer{
		Transports: []transport.Transport{polling.Default},
	}

+	if len(c.opts.Transports) > 0 {
+		dialer.Transports = c.opts.Transports
+	}

and using

uri = "https://socketio.cloudconvert.com"
opts := &engineio.Options{
    Transports: []transport.Transport{polling.Default, websocket.Default},
}

client, err := socketio.NewClient(uri, opts)
client.Connect()

connected successfully, but an error will be reported after a while: websocket: close 1005 (no status)

go run .\main.go
2024/03/12 22:15:14 INFO header !BADKEY="{Type:0 ID:0 NeedAck:false Namespace: Query:}"
2024/03/12 22:15:14 INFO event !BADKEY=""
Connected 5DaspZxrcBEsFs42uzkA
2024/03/12 22:15:14 INFO header !BADKEY="{Type:0 ID:0 NeedAck:false Namespace: Query:}"
2024/03/12 22:15:14 INFO event !BADKEY=""
2024/03/12 22:15:39 INFO err !BADKEY="websocket: close 1005 (no status)"
2024/03/12 22:15:39 ERROR clientRead Error in Decoder err="websocket: close 1005 (no status)"
2024/03/12 22:15:39 ERROR clientError err="error in namespace: () with error: (websocket: close 1005 (no status))"
2024/03/12 22:15:39 ERROR close connect: err="use of closed network connection"
2024/03/12 22:15:39 INFO clientWrite Writer loop has stopped

Maybe it's not perfect.

from go-socket.io.

xuzuxing avatar xuzuxing commented on September 24, 2024 1

@kimbuba
Hi friend. I forked and made some modifications today. I can connect to the remote server normally, and the ping pong is normal. There is just a problem, the line is disconnected, and I don't know how to reconnect.
https://github.com/xuzuxing/go-socket.io

from go-socket.io.

xuzuxing avatar xuzuxing commented on September 24, 2024

QQ截图20240313225338

from go-socket.io.

kimbuba avatar kimbuba commented on September 24, 2024

@xuzuxing thank you! I'll try to have a look, hopefully in the next days. Thank you!

from go-socket.io.

nipungarg59 avatar nipungarg59 commented on September 24, 2024

What is the actual Fix for this? I also faced the same issue with go-socket.io v1.8.0-rc.1

from go-socket.io.

zidanomar avatar zidanomar commented on September 24, 2024

any progress?

from go-socket.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.