You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this Django project running some websockets for internal communication. I'd like to know more about how to connect to them with your implementation of websockets. In normal python I'd do:
Hi,
I have this Django project running some websockets for internal communication. I'd like to know more about how to connect to them with your implementation of websockets. In normal python I'd do:
connect("ws://gpspelle.com/ws/chat/ble")
In your code, how'd it be?
MicroWebSrv(bindIP='gpspelle.com', webPath='/ws/chat/ble')
I am sorry if those are too basic questions. Thanks anyway.
The text was updated successfully, but these errors were encountered: