-
Hi.
I am using this library, version 2 (socketIO-client 2).
I had trouble emitting binary files in chunks. this is the code:
```
progress = 0
dumpSize = os.stat(s_dummyDumpPath).st_size
dumpFile = op…
-
版本:java17,netty-socketio 2.0.9
版本: socket.io-client 4.7.5,postMan
前端:
` socketInst = io(socketUrl, {
withCredentials: true,
reconnectionAttempts: 120,
autoConnect: false,
a…
-
Thank you for creating this socket.io python library.
Previously, I have a JavaScript socket.io client application as follow
```
console.log("start");
var socket = io('https:…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
Yes
### OS Platform and Distribution
macOS 14.6.1
### MediaPipe Tasks SDK version
I teste…
-
File "C:\Users\mosta\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Users\mosta\AppData\Local\Programs\Python\Python310\lib\thre…
-
I get this error when running BuildSocketIO.bat
```
D:\Socket IO Prebuild\socketio-client-prebuild>cd src/socket.io-client-cpp
D:\Socket IO Prebuild\socketio-client-prebuild\src\socket.io-client-…
-
Hello,
I'm using python 3.6 and I'm trying to connect to 2.x socket. The lib is socketIO-client-nexus 0.7.5. Here's the code:
```
def on_response(*args):
print('response: ', args)
with …
-
I am trying to connect my Next.js frontend to Spring boot backend in which I am using netty socketio server
I get 404 error in browser console
This is my backend code
```
@Configuration
…
-
Traceback (most recent call last):
File "C:\Users\lime\Desktop\\COZMO\tools\Cozmo-Explorer-Tool-master\explorer_tool.py", line 28, in
from flask_socketio import SocketIO, emit, disconnect
…
-
**Is your feature request related to a problem? Please describe.**
Is there any functionality / approach to load test a deployed Chainlit app?
Something that can simulate sending messages in diffe…