ela-compil / BACnet

BACnet protocol library for .NET :satellite:
https://www.nuget.org/packages/bacnet/
MIT License
215 stars 95 forks source link

problem with 'shared port' in bacnet ip/udp module #106

Closed LADSoft closed 2 years ago

LADSoft commented 2 years ago

I had added PR #79 a year or two ago... one of the changes was to fix the 'shared port' functionality in the bacnet ip/udp module.

When I tried to upgrade to 2.0.4 recently, I found that that functionality was broken again.

This is something we need.

Right now wireshark shows two broadcast IAM messages coming in, neither of which is being sent on to my handler.

Nothing has changed in the code I'm testing with since I tested with 1.1.5 about a month ago so I'm pretty sure something has changed in the component.

I don't have the original changes I made, and apparently there has been too much reorganization of the source code for me to be able to track back to my original change on your site. I also hesitate to try to fix it again, because there must have been some other bug that inspired whatever 'fix' broke it...

Can someone look into this?

LADSoft commented 2 years ago

never mind on this. IT Gave me a new computer and apparently something has changed in the configuration. When I went back to the old computer everything is working the way I expect in 2.0.4

Thanks,