Francois Schneider
Francois Schneider
Hi there, I propose this option that enables accounting of packets inside a GRE tunnel: If set, makes the daemon decapsulate GRE-tunneled traffic. Packets that are not encapsulated in an...
fix a case of infinite self-call in JsObjectWrapper.__repr__
This PR adds the ability to pass extra args to constructor of user-defined namespaces through method SocketIO.define: ``` class MyNamespace(BaseNamespace): def __init__(self, socket, path, myid): self.myid = myid socket =...