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 followed the code exactly(netty-in-action) and from the client side(interface included in the code of chapter 11) i wasn't able to connect to the netty chatserver.
the url i entered was ws://localhost:9099 in the client browser interface and it couldn't connect
I can see from the screenshot that the HTML is having issues: see the !doctype html> bit in the top left corner? Maybe this prevented the WS client code to start properly.
yyuweb
pushed a commit
to sourcecode-in-book/netty-in-action
that referenced
this issue
Oct 18, 2022
I followed the code exactly(netty-in-action) and from the client side(interface included in the code of chapter 11) i wasn't able to connect to the netty chatserver.
the url i entered was ws://localhost:9099 in the client browser interface and it couldn't connect
the server code is taken from
https://github.com/normanmaurer/netty-in-action/tree/master/src/main/java/com/manning/nettyinaction/chapter11
and the client interface is taken from
https://github.com/normanmaurer/netty-in-action/tree/master/src/main/resources
The text was updated successfully, but these errors were encountered: