Skip to content

mayvazyan/MonoWcfIssueDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recently we ported our .NET application to Mono 3.2.8.

I'd like to say it wasn't hard at all. Most of the things are working like a charm on Mono.

Our application is heavily using WCF services. So we found one issue.

If one WCF service calls "second" service it will work just fine.

But if "second" service will call "third" service, it will fail with timeout exception.

This project is a "Demo" of that issue.

If you run it, you will see the following output on Mono. In the same time on .NET it works like a charm.

Host services...

 - Do concurrent call in a background thread
FirstService.CallSecondServiceInSeparateThread
FirstService.CallSecondServiceInSeparateThread - Done
SecondService.DoWork
ThirdService.DoWork
SecondService.DoWork - Done
 - Done

 - Do concurrent call right from WCF Service method
FirstService.CallSecondService
SecondService.DoWork
The operation has timed-out.

About

Mono WCF Issue Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages