I'm setting up integration with my own websocket language server. As a backend, I use the pygls library in python. It, in turn, sends data in binary format, which is also considered a normal WS data exchange practice. Please add processing of such data, add verification (message isinstance of Blob) to work with the server, thank you!
I'm setting up integration with my own websocket language server. As a backend, I use the pygls library in python. It, in turn, sends data in binary format, which is also considered a normal WS data exchange practice. Please add processing of such data, add verification (message isinstance of Blob) to work with the server, thank you!