Using the latest git

Code:
--------------------
    commit ef745c9b697019eb09e64197cc184519d6f77ee0 (HEAD -> master, 
origin/master, origin/HEAD)
  Author: philippe44 <[email protected]>
  Date:   Sun Dec 15 23:41:39 2019 -0800
  
  reset lastSeen when establishing connection
  
--------------------


I've noticed this behavior.....looks like sockets are not getting closed
before opening new ones.

This is the output from netstat.  Notice the change in size of the
receive buffer, it somehow changed from ~92k to over 4500k.  The send
buffer to my player is fairly consistent.  All of the one actually being
read from when I save this was port :57620


Code:
--------------------
    
  tcp        0 1593584 192.168.0.141:9000      192.168.0.46:53856      
ESTABLISHED 22224/perl          
  tcp    94256      0 192.168.0.141:38872     23.29.117.2:80          
ESTABLISHED 22224/perl          
  tcp    92664      0 192.168.0.141:38868     23.29.117.2:80          
ESTABLISHED 22224/perl          
  tcp   4579480      0 192.168.0.141:57620     23.29.117.8:80          
ESTABLISHED 22224/perl          
  tcp    93296      0 192.168.0.141:50480     23.227.171.50:80        
ESTABLISHED 22224/perl          
  tcp   4575224      0 192.168.0.141:56886     23.29.117.8:80          
ESTABLISHED 22224/perl        
  
--------------------


Also, tonight, it seems that a flac grouping will play, then the
RadioParadise  notice plays, then the player pauses.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer
------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108189

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to