-
https://github.com/kataras/neffos.js/blob/4a8b3714da4da3bbfd7c14ce376b043facd0ba11/src/neffos.ts#L367-L368
-
I want to do something when closing, or interrupting the client connection, such as cleaning up. I call `conn.Close()` on `ws.OnConnect{}` without triggering `ws.OnDisconnect{}`. what should I do?
…
-
Hi,
I'm declingin the initialiation the connection of the websocket to a namespace as follows:
```go
var serverEvents = websocket.Namespaces{
namespace: websocket.Events{
websocket.OnNamespa…
-
@hkfuertes
Hey darling,
I have one question.
I would like to test your app, but I can't install it on my older Android, tp link neffos c5 max root (android 5.1). I try to install with TWRP and ap…
-
**Describe the bug**
neffos.Conn.Socket().ReadData(0) There is a case of missing messages, for example, I send 1-10, but it only receives 2,3
**To Reproduce**
```
package main
import (
…
-
websocket client how do reconnect?
```
package main
import (
"context"
"fmt"
"github.com/kataras/iris/v12/websocket"
"github.com/kataras/neffos"
"log"
"time"
)
const (
endpoin…
-
Hi,
I'm trying to figure out if neffos.js has a method to automatically send ping messages. My reverse proxy (nginx) kept closing the connection which made me aware that neffos.js doesn't do automa…
-
Hi @kataras, I started to use neffos nearly weak ago and i really like it, where i work we decide to move into real time aplication, and i searched for a good socket package, i already used iris and i…
-
-
What's your idea about this issue that the event will not be caught e.g 5 hours after connecting,
When we press the F5 key (refresh) the problem will be fixed.
Is it possible for network problems ? …