Commit e4cba96
Commit f560294 introduced the option to use a custom Websocket
constructor. But even if the caller of `make-channel-socket-client!`
passed in the optional `:ws-constructor` key, the value of that key
was never used. The code from that commit always used the
`default-client-ws-constructor` function.
Which probably means nobody has ever used that option until now :-)
[Re: #325]
1 parent cf6a3ec commit e4cba96
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2003 | 2003 | | |
2004 | 2004 | | |
2005 | 2005 | | |
2006 | | - | |
| 2006 | + | |
2007 | 2007 | | |
2008 | 2008 | | |
2009 | 2009 | | |
| |||
0 commit comments