dugarab / jsplumb

Automatically exported from code.google.com/p/jsplumb
0 stars 0 forks source link

maxConnections does not work with makeSource #266

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
all other methods of configuring a connection source or target allow a 
'maxConnections' parameter to be set.  but makeSource does not honour this.  it 
should.

Original issue reported on code.google.com by simon.po...@gmail.com on 22 Jul 2012 at 10:04

GoogleCodeExporter commented 8 years ago
fixed in 1.3.11 which will be released soon.

i also added an 'onMaxConnections' optional callback to makeTarget and 
makeSource.

Original comment by simon.po...@gmail.com on 25 Jul 2012 at 11:42

GoogleCodeExporter commented 8 years ago

Original comment by simon.po...@gmail.com on 29 Jul 2012 at 5:25

GoogleCodeExporter commented 8 years ago
It's not working for me. My makeSource element is configured with a 
maxConnections value of 1 and it's still allowing several outgoing connections.

Using version 1.6.4.

Original comment by pere.pas...@gmail.com on 22 Oct 2014 at 3:28