ironflock 1.0.7__py3-none-any.whl → 1.0.9__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,7 +31,8 @@ socketURIMap = {
31
31
  "https://studio.datapods.io": DATAPODS_WS_URI,
32
32
  "https://studio.record-evolution.com": STUDIO_WS_URI_OLD,
33
33
  "https://studio.ironflock.com": STUDIO_WS_URI,
34
- "http://localhost:8085": LOCALHOST_WS_URI,
34
+ "http://localhost:8086": LOCALHOST_WS_URI,
35
+ "http://host.docker.internal:8086": LOCALHOST_WS_URI
35
36
  }
36
37
 
37
38
 
ironflock/__init__.py CHANGED
@@ -7,4 +7,4 @@ from ironflock.ironflock import IronFlock
7
7
 
8
8
  __all__ = ["IronFlock", "create_application_component", "create_application_session"]
9
9
 
10
- __version__ = "1.0.7"
10
+ __version__ = "1.0.8"
ironflock/ironflock.py CHANGED
@@ -39,6 +39,7 @@ class IronFlock:
39
39
  self._component = create_application_component(serial_number)
40
40
  self._session: ISession = None
41
41
  self.mainFunc = mainFunc
42
+ self._main_task = None
42
43
 
43
44
  @self._component.on_join
44
45
  async def onJoin(session, details):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ironflock
3
- Version: 1.0.7
3
+ Version: 1.0.9
4
4
  Summary: SDK to integrate your IronFlock Industry 4 Apps with the IronFlock Data Infrastructure
5
5
  Home-page: https://github.com/RecordEvolution/ironflock-py
6
6
  Author: Record Evolution GmbH
@@ -84,7 +84,7 @@ pip install --upgrade setuptools wheel twine
84
84
  Build and publish a new pypi package:
85
85
 
86
86
  ```shell
87
- make publish
87
+ just publish
88
88
  ```
89
89
 
90
90
  Check the package at https://pypi.org/project/ironflock/.
@@ -0,0 +1,8 @@
1
+ ironflock/AutobahnConnection.py,sha256=Xh1Y7s269XdLTfDYe6moTiJda7cPzCkknICSqxN3fn4,3744
2
+ ironflock/__init__.py,sha256=Ia3Bb7BjyuGl1YBp3fHz0tHS-CsDtH-JSrjbtl-u7S4,264
3
+ ironflock/ironflock.py,sha256=3OftdBL1Fb4fMKNz3ttnycMAN3GmruIkFkjmKaOzahQ,7867
4
+ ironflock-1.0.9.dist-info/licenses/LICENSE,sha256=GpUKjPB381nmkbBIdX74vxXhsNZaNpngTOciss39Pjk,1073
5
+ ironflock-1.0.9.dist-info/METADATA,sha256=eEG8bSTbMgUJlf9hdMsGxkwlDDFr--j-icJAnBx-8PU,2764
6
+ ironflock-1.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ ironflock-1.0.9.dist-info/top_level.txt,sha256=hmMdMPJuvnOTlFKYl1XQOn81vg1DE2LT7xrEXgyxcRA,10
8
+ ironflock-1.0.9.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- ironflock/AutobahnConnection.py,sha256=clwEsptqQFjDFn4dUGN4bQyb1cOnPmmNjetfTrRqckY,3687
2
- ironflock/__init__.py,sha256=z-s5x1G27QSftSknNGAuwKSxF4xvxoktd9VVOFx6HW0,264
3
- ironflock/ironflock.py,sha256=9zGmYVssBmMp4l_iceQc581aLu5-HieZIdRmBL2YkCE,7836
4
- ironflock-1.0.7.dist-info/licenses/LICENSE,sha256=GpUKjPB381nmkbBIdX74vxXhsNZaNpngTOciss39Pjk,1073
5
- ironflock-1.0.7.dist-info/METADATA,sha256=alvJX4W3cvxwoY4fNtzNJQZrN22TmIRcN88ONIsEoyQ,2764
6
- ironflock-1.0.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- ironflock-1.0.7.dist-info/top_level.txt,sha256=hmMdMPJuvnOTlFKYl1XQOn81vg1DE2LT7xrEXgyxcRA,10
8
- ironflock-1.0.7.dist-info/RECORD,,