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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
I found ngSocket send "deferred":{"promise":{}} as part of json message when I was migrating from another websocket library. See: angular/ngSocket/blob/master/src/ngSocket.js#L136
I don't see the reason behind this, I have monkey patched it to:
I found ngSocket send
"deferred":{"promise":{}}as part of json message when I was migrating from another websocket library. See: angular/ngSocket/blob/master/src/ngSocket.js#L136I don't see the reason behind this, I have monkey patched it to:
to make it compatible with my server code.
I think ngSocket should not make any assumption of server implementation. So my question is: can we let user define what it should send?