Skip to content

issues Search Results · repo:zishang520/socket.io language:Go

Filter by

57 results
 (54 ms)

57 results

inzishang520/socket.io (press backspace or delete to remove)

Hello, I ve updated the following versions: - github.com/zishang520/engine.io/v2 v2.2.4 - github.com/zishang520/socket.io/v2 v2.3.5 + github.com/zishang520/engine.io/v2 v2.4.4 + ...
  • bneigher
  • 3
  • Opened 
    9 days ago
  • #91

The documentation says you can send an emit to the current user using client.Emit(), there is an option to send an emit to everyone except the current user using client.To(‘room’).Emit() But is there any ...
  • NotFully
  • Opened 
    23 days ago
  • #89

How to find out what links are in the current room? I want to know how many links there are in the room. Can I find out the id?
  • jkwang-a
  • 2
  • Opened 
    29 days ago
  • #82

Hello, I m struggling to get WebTransport to work (in general) with my simple gin example. I ve tried to read the WebTransport engine.io example but it s not clear how I can set this up on my server. ...
  • bneigher
  • 8
  • Opened 
    on Jan 29
  • #80

server side code client.On( ui_message , func(datas ...any) { err := someOp() // best practice for error handling here? } I searched the doc, haven t found useful example on the error handling. ...
  • clockfly
  • 7
  • Opened 
    on Jan 7
  • #77

c := socket.DefaultServerOptions() c.SetPingInterval(30 * time.Second) c.SetPingTimeout(60 * time.Second) Setting to 0 can not be disabled, how to disable a setting
  • jkwang-a
  • 3
  • Opened 
    on Dec 3, 2024
  • #75

I want to deploy multiple services, how to use redis adapter?
  • jkwang-a
  • 1
  • Opened 
    on Nov 29, 2024
  • #73

Hello, I am using the socket.io library (v2) in my project, and I noticed that there are no examples available for using this library with the Gin framework. As Gin is one of the popular web frameworks ...
  • albaderx
  • 1
  • Opened 
    on Nov 28, 2024
  • #72
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub