Skip to content

How do I deal with BINARY_EVENT data?  #66

@tjad

Description

@tjad

When event comes to server as BINARY_EVENT, the socket.io server does not see any data in the event listener.

		client.On("bindata", func(datas ...any) {
			log.Println("Data received:", datas)
		})

How do I deal with this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions