How can we help you today? How can we help you today?
patomalo88

Activity overview

Latest activity by patomalo88

Ok, This leaves me scratching my head, but i'll put this out there in case others encounter the same problem and maybe come to a resolution. I have developed a service that uses different implementation of transports (ie. UDP, TCP, etc). The application work in in VS2008 using debugger and standalone (without debugger). I implemented two variations of UDP that both use the socket interface. In fact, both implementation inherit from an abstract class that setups up the socket for receiving packets (ie. same code is being executed in both versions). Transport A works fine, and actually works with ANTS Profiler! But Transport B farts and poops. Although both are different variations of each other, the part in which services does not work with ANTS is in the Socket.BeginReceiveFrom() method call, which is defined in the abstract parent class. I was able to see the call in ANTS Profiler and right after exectuing this method, it is followed by the Just-in-Time compilation process (not sure if this is doing anything, but i doubt it would cause things to fail). This is where I see the problem originating from, but I don't see why one transport works, but the other doesn't (especially since the code that is being executed lives in the abstract class in which they both inherit from). Anyways, maybe this may spark someones brain and a fix can be found. Not too sure if the person that had this problem before was also using the socket interface. Thanks, / comments
Ok, This leaves me scratching my head, but i'll put this out there in case others encounter the same problem and maybe come to a resolution. I have developed a service that uses different implement...
0 votes