implement SocketIO on top of the EventEmitter model

This commit is contained in:
Erik Krogh Kristensen
2019-12-12 16:46:06 +01:00
parent 8128d23b6e
commit 4e880e2f96
14 changed files with 371 additions and 334 deletions

View File

@@ -3,5 +3,5 @@ import javascript
query predicate test_ClientSendNode(
SocketIOClient::SendNode sn, SocketIOClient::SocketNode res0, string res1
) {
res0 = sn.getSocket() and res1 = sn.getNamespacePath()
res0 = sn.getSocket().ref() and res1 = sn.getNamespacePath()
}