Julius Pfrommer

Results 186 comments of Julius Pfrommer

This is great! Yes, we want have websocket support for the event loop. If the wasm websocket provides the same API there will be zero difference needed within the core...

Hey @Pro, we could support this case with a helper API. Subtyping the event type is the "nuclear option". We could have a method to set the event fields. -...

Looks good! Is this enabled in one of the CI runs?

There was also mail on the list on this. So destructors work if deletenodes is called, but not if the server is shutdown, right. We could add recursive destructor-calling in...

This came up again. We should solve this ASAP.

gcc 4.8 is very old. The fix would be to use a bit field over (signed) int. I’m hesitant as this would increase the binary size quite a bit. can...

Have a look at the definitions here https://github.com/open62541/open62541/blob/master/arch/win32/ua_architecture.h#L155 and adjust them to your local environment. We are happy to take patches and suggestions. Furthermore, I'll mark this as "up for...

How was the library generated that you compile against?