markjerz

Results 8 comments of markjerz

I have a similar issue ... I can get the pub sub to work from 2 nodes running on the same machine but not when running on different machines. What's...

I've just had to do something similar. Taking inspiration from `MediaLinkExtensions` you can add your own extension which makes use of the `TryWriters` on the `LinkInlineRenderer`. These functions are executed...

So, adding my own protocol to the peer connections seems to work. I call WriteMessage on one side of the connection and the ProcessMessageAsync is executed by the muxer on...

If you don't want to save your file first, you can do F1, type "change language mode" and select "SQL"

So, the core library "Dashing" targets netstandard1.5 and .Net Framework 4.6 so it will (should) work in anything that comes after those. There may be a slight issue with the...

That does not surprise me in the slightest. Dashing makes a very definite assumption that you have a single column primary key defined on all tables. What's your use case?

What sort of tables are the ones without primary keys? No idea on the effort involved but I could be persuaded to support tables without PKs if there are good...