kopia lustrzana https://github.com/cirospaciari/socketify.py
rodzic
3fd00f3c4a
commit
543e83b561
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "socketify"
|
||||
version = "0.0.10"
|
||||
version = "0.0.11"
|
||||
authors = [
|
||||
{ name="Ciro Spaciari", email="ciro.spaciari@gmail.com" },
|
||||
]
|
||||
|
|
2
setup.py
2
setup.py
|
@ -58,7 +58,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||
|
||||
setuptools.setup(
|
||||
name="socketify",
|
||||
version="0.0.10",
|
||||
version="0.0.11",
|
||||
platforms=["any"],
|
||||
author="Ciro Spaciari",
|
||||
author_email="ciro.spaciari@gmail.com",
|
||||
|
|
|
@ -1145,7 +1145,7 @@ class WebSocket:
|
|||
|
||||
def clone(self):
|
||||
# clone and preserve this websocket in another instance
|
||||
return WebSocket(self.websocket, self.app)
|
||||
return WebSocket(self.ws, self.app)
|
||||
|
||||
def trigger_for_each_topic_handler(self, topic):
|
||||
if hasattr(self, "_for_each_topic_handler") and hasattr(
|
||||
|
|
Ładowanie…
Reference in New Issue