Skip to content

Instantly share code, notes, and snippets.

@kadiryumlu
kadiryumlu / SSEClient.cs
Created February 11, 2025 00:14
Server Sent Events Client for Unity
/*
* Server Sent Events Client for Unity
*/
using System.IO;
using System.Net.Http;
using System.Threading;
using UnityEngine;
using UnityEngine.Events;
public class SSEClient : MonoBehaviour