-
Notifications
You must be signed in to change notification settings - Fork 909
[Feature request]: Use a signalr client? #1
Comments
Planning on migrating to https://github.com/mandrewcito/signalrcore later. Websockets is easier to implement for now as a POC. |
After implementing the same thing in 2 different SignalR libraries, I have decided to stick with websockets. The level of abstraction is too high and is difficult to use for reverse engineering. |
Hey. You can alternatively use |
I already reverse engineered it. It hasn't changed. |
I used Insomnia to reverse it |
Oh, cool then. |
Just passing by, scrolling through the code. And recognized the signalr protocol
EdgeGPT/src/EdgeGPT.py
Lines 176 to 178 in f17417b
Was just curious if you thought of using a preexisting signalr client instead of implementing the protocol.
The text was updated successfully, but these errors were encountered: