--- Begin Message ---Hi guys! I've a problem with websockets, I'm quite a noob on the subject and I'm doing some tests with them.I run the echo websocket this way: ZnServer startDefaultOn: 8000. ZnServer default delegate: (ZnWebSocketDelegate handler: ZnWebSocketEchoHandler new). I tested it with with the chrome extension (https://chrome.google.com/webstore/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo) that emulates a websocket client. If I point to the url ws://localhost:8000 everyting is fine BUT I want to test the websocket server via ngrok (https://ngrok.com/) and if I point the client to the ngrok url (i.e. ws://myurl.ngrok.io that maps localhost:8000) it happens a connection-closed after a while and I can't understand the cause, is there a timeout somewhere? I know that it is something related to Pharo (and not to ngrok) because if I implement a simple echo websocket served via websocketd (http://websocketd.com) the connection stays always active even if through ngrok. Can you help me please? TIA Davide -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
--- End Message ---
[Pharo-users] Problem with ZnWebSocket and closed connections
Davide Varvello via Pharo-users Thu, 20 Feb 2020 10:09:24 -0800
- [Pharo-users] Problem with ZnWebSocket and... Davide Varvello via Pharo-users
- Re: [Pharo-users] Problem with ZnWebS... Davide Varvello via Pharo-users
- Re: [Pharo-users] Problem with Zn... Sven Van Caekenberghe
- Re: [Pharo-users] Problem wit... Davide Varvello via Pharo-users
- Re: [Pharo-users] Problem wit... Davide Varvello via Pharo-users