Open vegalou opened 2 years ago
Assuming you want to forward server errors from the curl
part of the command line, you can use curl's -v
option to print diagnistics to stderr (it won't get into Websocat, but directory to console).
Otherwise I don't understand what server message error you are asking about. Do you mean the CloseFrame content?
Hi vi,
I'm trying to use Websocat as a Websocket Client
forward received message to http server. Linux version of Websocat works correctly, but windows version shows the message without forwarding.
[ERROR websocat::foreachmsg_peer] Reconnecting failed. Trying again in tight end less loop.
I could work it out in Pure PHP Websocket Client, thanks for your share and help.
@vi
@vi
Dear Vitaly Shukela:
Thanks for your help and effort on this Project
websocat
Since last issue, I could redirect websocket server message in Linux. websocat_linux64 works fine as expected for forwarding.
There is one difference between linux and windows version, I'd try both win64 and win32 versions(1.9.0 & 1.8.0),
ig, client connect to server in Linux, message wrote in debug file:
Redirection works as expected. But in Windows versions, error message shows in conosle:
Message not forwarded after above message.
Thank you for your assistance sincerelly.
Best Regards.