Pinned Repositories
StreamThreads
Coroutine library for C#
websocket-sharp
A port of WebsocketSharp for Net6.0. Fixes bug that causes StackOverflow in Net6.0. The recursive architecture that causes this issue was replaced with StreamThreads coroutines, which has the added benefit that the code becomes somewhat easier to read.
michaelmeling's Repositories
michaelmeling/StreamThreads
Coroutine library for C#
michaelmeling/websocket-sharp
A port of WebsocketSharp for Net6.0. Fixes bug that causes StackOverflow in Net6.0. The recursive architecture that causes this issue was replaced with StreamThreads coroutines, which has the added benefit that the code becomes somewhat easier to read.