Activity

From 09/03/2018 to 10/02/2018

10/02/2018

07:21 PM Tasks #2743 (In Progress): Release version 0.18
J. Moringen
06:56 PM Enhancement #2195 (Resolved): Implement Spread connection pooling
J. Moringen
06:55 PM Enhancement #2199 (Resolved): Spread connection pooling for informers [Common Lisp]
Applied in changeset commit:rsb-cl|8a84583f1a2b9e2e39af7e3c52d84f07cd8df6a5. J. Moringen
06:55 PM Enhancement #2530 (Resolved): Spread connection pooling for listeners [Common Lisp]
Applied in changeset commit:rsb-cl|8a84583f1a2b9e2e39af7e3c52d84f07cd8df6a5. J. Moringen

10/01/2018

02:59 PM Enhancement #2770: Improve Participant creation
I would say the one, who creates them. Most cases the Factory. S. Barut
02:57 PM Enhancement #2770: Improve Participant creation
Who would be responsible for caching the results then? J. Wienke
02:55 PM Enhancement #2770: Improve Participant creation
I checked, it is not the system.
But i finally found a reason:
https://stackoverflow.com/questions/18390715/why-is-...
S. Barut
02:27 PM Enhancement #2770: Improve Participant creation
Are you sure this is .net and not your system? Did you try resolving an IP in cmd? J. Wienke
02:26 PM Enhancement #2770: Improve Participant creation
I don't know, why .Net takes so long for that...
Internally, the Factory can resolve the configuration to an IPEnd...
S. Barut
02:20 PM Enhancement #2770: Improve Participant creation
But honestly, I don't see why resolving "localhost" is an issue. That should be close to instant. Once the external c... J. Wienke
02:13 PM Enhancement #2770: Improve Participant creation
The Connection will be established through an IPEndPoint object, which can be created outside, thus the user can use ... S. Barut
11:46 AM Enhancement #2770: Improve Participant creation
Sure, will be done. I see, I probably should only upload finished patches.. my bad. But I saw this one as really neca... S. Barut
11:21 AM Enhancement #2770: Improve Participant creation
Eh, but host names should be supported. We need DNS resolution. No idea why this is slow on windows. J. Wienke
02:16 PM Enhancement #2769 (Resolved): Removing the ascii serializer
Applied in changeset commit:rsb-net|d138e5f686951bf0e213cb9515180dc106d8e5b4. S. Barut
02:10 PM Enhancement #2769: Removing the ascii serializer
Removed from the default list (commented out).
Also rebased to 531bea6
S. Barut
11:42 AM Enhancement #2769: Removing the ascii serializer
Sure. I wouldn't mind, if it gets removed. S. Barut
11:16 AM Enhancement #2769: Removing the ascii serializer
Maybe a better solution would be not to include the ascii string converter in the list of default converters at all? ... J. Wienke
02:14 PM Feature #2765: Implementation of a factory
So again, the patch got rebased. Additionally, the user can choose, if he want to give a hostname (which will be reso... S. Barut
11:18 AM Feature #2766: RSB RPC pattern
Could you provide methods in the (to be added) factory for this similar to the other implementations? J. Wienke
11:14 AM Bug #2768 (Resolved): Wrong return of NullConverter
Applied in changeset commit:rsb-net|531bea667a610c66de41a606699352a547da7ef4. S. Barut

09/28/2018

01:14 PM Feature #2766: RSB RPC pattern
Updated to a more generic RSB pattern. Remote-methods will be stored to bypass a connection establishment in a second... S. Barut
01:11 PM Feature #2765: Implementation of a factory
This patch got a bit changed, especially with the 3rd patch (Improve tcp connection...) to the 685072f (current remot... S. Barut
01:09 PM Enhancement #2770 (Resolved): Improve Participant creation
To create the only implemented connection type by sockets, the BusClientConnection class uses the TcpClient class pro... S. Barut
01:01 PM Enhancement #2769 (Resolved): Removing the ascii serializer
Since the string type has two converters (one for utf-8-string, one for ascii-string), the ConverterSelector needs a ... S. Barut
12:53 PM Bug #2768 (Resolved): Wrong return of NullConverter
In my oppinion a bug.
Instead of returning null while deserializing which is obviously not an object, it will now ...
S. Barut

09/27/2018

03:04 PM Feature #2764 (Resolved): Converter Repository
Applied in changeset commit:rsb-net|685072f625463dce7bc0d87a60f113f6f8b1793a. S. Barut
02:46 PM Feature #2767 (Resolved): Default converters
Applied in changeset commit:rsb-net|09ed960b25a1de3b6974d9fe34311604e8fe4f79. S. Barut

09/26/2018

04:49 PM Feature #2765: Implementation of a factory
As some names of attributes in the default repository were changed, a new patch is necassary... S. Barut
04:48 PM Feature #2767 (Resolved): Default converters
Added some default converters with signatures. S. Barut
04:46 PM Feature #2764: Converter Repository
So, here is the new default repository patch. But it depends on the converter patch. S. Barut
02:43 PM Feature #2764: Converter Repository
There are a few issues with this so far:
* Please split the implementation of the repository from adding new convert...
J. Wienke
02:35 PM Feature #2763 (Resolved): General updates
Applied in changeset commit:rsb-net|07250c3fa65fbe737b0d9f0ec25b483858a6096b. S. Barut
02:09 PM Feature #2763: General updates
Sinan, your indentation for code is different and seems to use spaces instead of tabs. Moreover, please avoid trailin... J. Wienke

09/24/2018

02:27 PM Feature #2760 (Rejected): Clean project file
J. Wienke
01:05 PM Feature #2760: Clean project file
DEPRECATED S. Barut
11:51 AM Feature #2760 (Rejected): Clean project file
Nothing really special happens here but there was a link to a missing file.
The target .Net framework version is upd...
S. Barut
02:27 PM Feature #2761 (Rejected): RSB RPC pattern
J. Wienke
01:05 PM Feature #2761: RSB RPC pattern
DEPRECATED S. Barut
11:53 AM Feature #2761 (Rejected): RSB RPC pattern
Tried to implement the rsb pattern for rpc.
Basic use of remote and local server is possible. Callbacks can be reg...
S. Barut
02:27 PM Feature #2762 (Rejected): Converter Repository
J. Wienke
01:06 PM Feature #2762: Converter Repository
DEPRECATED S. Barut
11:56 AM Feature #2762 (Rejected): Converter Repository
As the other languages also offer a repository for convertes to specific types, one is implemented for the C# impleme... S. Barut
01:03 PM Feature #2766 (Resolved): RSB RPC pattern
Implementation of the rsb pattern for rpc.
Callbacks can be registered as objects.
Only synchronous calls are po...
S. Barut
01:01 PM Feature #2765 (Resolved): Implementation of a factory
A singleton to create listener and informer in a more comfortable way. S. Barut
01:00 PM Feature #2764 (Resolved): Converter Repository
As the other languages also offer a repository for convertes to specific types, one is implemented for the C# impleme... S. Barut
01:00 PM Feature #2763 (Resolved): General updates
Just clean the projects, update the .Net Version and the .gitignore.
Additionally the sleep statement is replaced by...
S. Barut

09/19/2018

01:49 PM Feature #2759 (Rejected): Beginning of improving the rsb-net implementation.
J. Wienke
01:39 PM Feature #2759: Beginning of improving the rsb-net implementation.
Could you please submit each feature as an individual issue with the issue title explaining the changed or added feat... J. Wienke
01:28 PM Feature #2759 (Rejected): Beginning of improving the rsb-net implementation.
Started with Factory, Repository and RPC pattern.
ToDo:
- Type registration
- Config
- more general code base
...
S. Barut
 

Also available in: Atom