Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/havendv/fluorinefx
fluorinefx with latest .Net support
https://github.com/havendv/fluorinefx
client flash fluorinefx net5 net6 netcore netstandard remoting
Last synced: 8 days ago
JSON representation
fluorinefx with latest .Net support
- Host: GitHub
- URL: https://github.com/havendv/fluorinefx
- Owner: HavenDV
- License: lgpl-2.1
- Created: 2020-11-20T01:43:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T03:38:30.000Z (2 months ago)
- Last Synced: 2024-11-01T13:42:02.770Z (15 days ago)
- Topics: client, flash, fluorinefx, net5, net6, netcore, netstandard, remoting
- Language: C#
- Homepage:
- Size: 1.12 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fluorinefx
fluorinefx with latest .NET support.### Original repo message
Source code belongs to http://www.fluorinefx.com/This FluorineFx github project is branched from revision #209 located at http://code.google.com/p/fluorinefx/
What I changed to the source code:
- fixed a bug that occasionated by a race condition in FluorineFx/Messaging/Endpoints/Filter/ProcessFilter.cs. The FactoryInstance class is shared between
threads and often get overriden by another thread (http://code.google.com/p/fluorinefx/issues/detail?id=11). A lock was added in order to prevent concurrent access.
- more detailled error messages were added in order to always log the name of the class and the method (in particular: __Res.Invocation_NoSuitableMethod).
- the name of the class/method were added to the exception message that is sent back to flash/flex (ExceptionASO.cs) when something goes wrong.
- documented a bit more some methods/classes.