Re: [naviserver-devel] Connect to a web socket in the background

2020-07-12 Thread Iuri de Araujo Sampaio
The errors related to [dict] have been fixed, adding the following lines within websocket-procs.tcl … nsf::proc ::ws::client::open {url} { ... line 437 if {[dict exists $d path] ne ""} { set path [dict get $d path] append request_url /$path } if {[dict

Re: [naviserver-devel] Connect to a web socket in the background

2020-07-12 Thread Iuri de Araujo Sampaio
… I've hit “send” button by mistake…. Hi Gustaf I’ve noticed you had uploaded a simple client interface to websocket-procs.tcl. https://bitbucket.org/naviserver/websocket/src/master/websocket-procs.tcl However, I hit

Re: [naviserver-devel] Connect to a web socket in the background

2020-07-12 Thread Iuri de Araujo Sampaio
Hi Gustaf, I’ve noticed you had uploaded a simple client interface to websocket-procs.tcl. https://bitbucket.org/naviserver/websocket/src/master/websocket-procs.tcl However, I hit another error related to [dict],